Update vector space
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:
|
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... /
|
| tag | vecp-pointer | size | mark | payload... /
|
||||||
+-----+--------------+------+------+------------+
|
+-----+--------------+------+------+--------------------+
|
||||||
|
|
||||||
#### Alternative mark-bit strategy
|
#### Alternative mark-bit strategy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue