summary refs log tree commit diff
diff options
context:
space:
mode:
-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>