This is a dedicated Github organization established for collaborate development of
- the Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc and libgc)
- the BDWGC bindings for various programming languages (D, Rust, Zig and potentially others)
- the Cords package (also known as "cord library") which is a string package that uses a tree-based representation on top of BDWGC
- the atomic_ops library which provides a semi-portable access to hardware-provided memory update operations on a number of architectures (used by BDWGC)
Major resources
- Slides about BDWGC (ISMM 2004)
- BDWGC info site (updated by Hans Boehm)
- BDWGC (C/C++) releases
- Known BDWGC clients