Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(RC) Immix or Boehm-Demers-Weiser GC instead of GC_malloc #148

Open
paulocoghi opened this issue Feb 4, 2022 · 1 comment
Open

(RC) Immix or Boehm-Demers-Weiser GC instead of GC_malloc #148

paulocoghi opened this issue Feb 4, 2022 · 1 comment

Comments

@paulocoghi
Copy link

After reading #145, I would like to know your opinion on using Boehm-Demers-Weiser Garbage Collector github.com/ivmai/bdwgc instead of GC_malloc.

It can be used as a plug-in replacement for C/C++ malloc, is used in a lot of solid projects and languages and can take advantage of type information to locate pointers when this information is provided.

@paulocoghi paulocoghi changed the title Boehm-Demers-Weiser Garbage Collector instead of GC_malloc Immix or Boehm-Demers-Weiser GC instead of GC_malloc Feb 4, 2022
@paulocoghi paulocoghi changed the title Immix or Boehm-Demers-Weiser GC instead of GC_malloc (RC) Immix or Boehm-Demers-Weiser GC instead of GC_malloc Feb 4, 2022
@paulocoghi
Copy link
Author

Another option that seems to be better is Immix and it's improved version Reference Counted Immix.

Found them here (Fast Conservative Garbage Collection) and here (crystal-lang/crystal#5271)

Immix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant