Skip to content

RFC: Remove Ryan's Freelist feature #569

Description

@19h

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussIssues opened for discussion and feedback.semver-majorPRs that contain breaking changes and should be released in the next major version.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions