-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
discussIssues opened for discussions and feedbacks.Issues opened for discussions and feedbacks.semver-majorPRs that contain breaking changes and should be released in the next major version.PRs that contain breaking changes and should be released in the next major version.
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?
Metadata
Metadata
Assignees
Labels
discussIssues opened for discussions and feedbacks.Issues opened for discussions and feedbacks.semver-majorPRs that contain breaking changes and should be released in the next major version.PRs that contain breaking changes and should be released in the next major version.