Update vector space

simon 2025-03-05 09:55:19 +00:00
parent 90bb5b132e
commit d7a06123c4

@ -38,10 +38,10 @@ It's probable that in version zero we won't implement garbage collection of vect
So the header now looks like this:
+-----+--------------+------+------+---------------+
| 0 | 32 | 96 | 160 | 168 ...size /
+-----+--------------+------+------+------------------------+
| 0 | 32 | 96 | 160 | 168 ...(167 + size) /
| tag | vecp-pointer | size | mark | payload... /
+-----+--------------+------+------+------------+
+-----+--------------+------+------+--------------------+
#### Alternative mark-bit strategy