managed-ctrie icon indicating copy to clipboard operation
managed-ctrie copied to clipboard

Garbage collected concurrent hash tries.

#+TITLE: Managed Ctries #+AUTHOR: Mark Thom #+EMAIL: [email protected]

This demo program combines the unmanaged ctries of https://github.com/mthom/unmanaged-ctrie with the concurrent garbage collector of https://github.com/mthom/on-the-fly-gc to produce memory managed concurrent hash tries.