summary refs log tree commit diff
diff options
context:
space:
mode:
authorArthur A. Gleckler <srfi@speechcode.com>2021-03-11 21:08:31 -0800
committerArthur A. Gleckler <srfi@speechcode.com>2021-03-11 21:08:31 -0800
commit6d31a6e7581b3de9184845c7223b0da4b9cbd4ad (patch)
treed6d7473a5771ddff3d79dde33d02bd78fe12e571
parentc96d15d3051dc144d52461b87f5d730247b52b81 (diff)
downloadsrfi-214-6d31a6e7581b3de9184845c7223b0da4b9cbd4ad.tar.gz
srfi-214-6d31a6e7581b3de9184845c7223b0da4b9cbd4ad.tar.xz
srfi-214-6d31a6e7581b3de9184845c7223b0da4b9cbd4ad.zip
Publish third draft.
-rw-r--r--srfi-214.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/srfi-214.html b/srfi-214.html
index 3757149..2b576ef 100644
--- a/srfi-214.html
+++ b/srfi-214.html
@@ -17,6 +17,7 @@
   <li>60-day deadline: 2020-12-06</li>
   <li>Draft #1 published: 2020-10-07</li>
   <li>Draft #2 published: 2021-01-13</li>
+  <li>Draft #3 published: 2021-03-11</li>
 </ul>
 <h2 id="abstract">Abstract</h2>
 <p>A <em>flexvector</em>, 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 <a href="https://srfi.schemers.org/srfi-133/srfi-133.html">SRFI 133</a>'s vector operations.</p>