• Final SRFI 214: Flexvectors

    From Arthur A. Gleckler@21:1/5 to All on Thu Mar 18 15:45:32 2021
    Scheme Request for Implementation 214,
    "Flexvectors,"
    by Adam Nelson,
    has gone into FINAL status.

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

    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 fast random access and fast insertion/removal at the
    end. This SRFI defines a suite of operations on flexvectors, modeled
    after SRFI 133's vector operations.

    Here is the commit summary since the most recent draft:

    - Match standard template.
    - copy edits
    - Finalize.

    Here are the diffs since the most recent draft:

    <https://github.com/scheme-requests-for-implementation/srfi-214/compare/draft-3..final>

    Many thanks to Adam and to everyone who contributed to the discussion of
    this SRFI.

    Regards,


    SRFI Editor

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