gcmh VS emacs

Compare gcmh vs emacs and see what are their differences.

gcmh

The Garbage Collector Magic Hack (by emacsmirror)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
gcmh emacs
7 2
105 7
0.0% -
0.0 0.0
over 3 years ago 9 months ago
Emacs Lisp
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

gcmh

Posts with mentions or reviews of gcmh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-30.
  • The original magic Emacs garbage collection hack
    2 projects | news.ycombinator.com | 30 Jan 2024
    cf. https://github.com/emacsmirror/gcmh (the author's [=Andrea Corallo's] Emacs package "GCMH - the Garbage Collector Magic Hack")
  • is it just me, or LSP mode is very slow in emacs?
    5 projects | /r/emacs | 17 May 2023
    A lot of people use way higher values than 800 KB without any problems. As a matter of fact, I've been using 256 MB for a very long time, haven't noticed any issues with it. So I wouldn't call 1 GB madness, it can be perfectly fine in some cases, especially if one uses gcmh, so it has a high chance that GCs will happen when the user doesn't interact with emacs (I also setup emacs to do GC when emacs loses focus. This means that GC pause is invisible most of the time for me). I strongly prefer very rare, short GC pauses than microstuttering all the time. Also, some operations apply a lot of pressure to the memory system, and do hundreds of GCs with the default setting, so most of the CPU time is spent in the GC when these operations run. Increasing gc-cons-threshold makes such operations much faster which means less pauses.
  • Setting up a fundraiser for multi-threaded Emacs, any thoughts on this?
    7 projects | /r/emacs | 4 Feb 2023
    One possible solution is to switch to a LSP approach. You should also take a look at the garbage-collector-magic-hack package: https://github.com/emacsmirror/gcmh
  • Chosing an Emacs Distro on M1 OS X
    6 projects | /r/emacs | 4 Dec 2022
    If you experience some lag, my first advice would be to install the GCMH package. It basically changes the garbage-collection rules to ensure that most garbage collection will happen in small bouts while Emacs is idle. After installing it I've never had my Emacs lag on me. This wouldn't address the retina-display issues you mentioned, but I've never experienced those with emacs-plus.
  • Will we be ever seeing multithreading in emacs?
    1 project | /r/emacs | 3 Jun 2022
    I've seen gcmh recommended as a library that configures the garbage collector for you. Not sure if it is truly a "one size fits all" solution though.
  • make emacs run 100% faster and snappier
    3 projects | /r/emacs | 27 Mar 2022
  • Configuring emacs
    3 projects | /r/emacs | 9 Jun 2021
    I’d add that for 1) beacon is a good package. For 2), this may be an issue where you have multiple emacs configuration files. This is a serious problem. 3) be patient, and use the magic GC hack. To add to that, you should probably set the GC threshold to be high. 4) projectile? 5)emacs -nw.

emacs

Posts with mentions or reviews of emacs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-18.
  • Lsp Bridge: A blazingly fast LSP client alternative to the original LSP project for Emacs
    2 projects | /r/emacs | 18 May 2023
    Rebases trivially but if you don't want to do that, https://github.com/sebastiansturm/emacs/tree/json-rpc-30 is based on emacs master (from a few days ago or so)
  • is it just me, or LSP mode is very slow in emacs?
    5 projects | /r/emacs | 17 May 2023
    there's also a version I regularly rebase on top of Emacs master (https://github.com/sebastiansturm/emacs/tree/json-rpc-30), but as yyoncho said it shouldn't affect font rendering at all. If your previous version of Emacs was sufficiently old though, maybe you ran into the fact that Emacs now (since v28 or so, not sure; https://www.reddit.com/r/emacs/comments/qsd3nm/psa_emacs_now_distinguishes_between_regular_and/) handles regular/medium font weights differently?

What are some alternatives?

When comparing gcmh and emacs you can also consider the following projects:

beacon - A light that follows your cursor around so you don't lose it!

lsp-bridge - A blazingly fast LSP client for Emacs

emacs-faff-theme - Emacs Faff Theme - a light theme based on the Emacs default, extensively tweaked.

emacs - Mirror of GNU Emacs

lambda-emacs - Emacs distribution with sane defaults, pre-configured packages, and useful functions.

GNU Emacs - Mirror of GNU Emacs

build-emacs-macos - Build script for emacs and macos

emacs-libvterm - Emacs libvterm integration

gcmh

lsp-mode - Emacs client/library for the Language Server Protocol

lem - Common Lisp editor/IDE with high expansibility

uemacs - Random version of microemacs with my private modificatons