• SRFI 214: Flexvectors

    From Arthur A. Gleckler@21:1/5 to All on Wed Oct 7 10:10:23 2020
    Scheme Request for Implementation 214,
    "Flexvectors,"
    by Adam Nelson,
    is now available for discussion.

    Its draft and an archive of the ongoing discussion are available at <https://srfi.schemers.org/srfi-214/>.

    You can join the discussion of the draft by filling out the subscription
    form on that page.

    You can contribute a message to the discussion by sending it to <srfi-214@srfi.schemers.org>.

    Here's the abstract:

    A flexvector, also known as a dynamic array or an arraylist, is a
    mutable vector-like data structure with an adjustable size.
    Flexvectors allow O(1) random access, O(1) insertion/removal at the
    end, and O(n) insertion/removal elsewhere. This SRFI defines a suite
    of operations on flexvectors, modeled after SRFI 133's vector
    operations.

    Regards,


    SRFI Editor

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)