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

Reply via email to