Closed
Description
Ho,
Ryan introduced FreeList in 2010 (landed in aadce8e) and is has been usable ever since.
However, it is not documented nor is it used in core-libraries and IMHO the code doesn't qualify for a core-module.
var fl = new (require("freelist").FreeList) ("foo", 10, function nop(){});
fl.free(123);
fl.alloc();
Comments?