convex icon indicating copy to clipboard operation
convex copied to clipboard

Extra flag byte per cell in Etch

Open mikera opened this issue 4 years ago • 0 comments

Currently we only have 1 flag byte available in the Etch data format, of which the bit are mostly already used

It seems wise to make this 2 bytes. Possible future needs:

  • Marking database entries for GC
  • Setting values as "private" for security purposes

mikera avatar Sep 24 '21 10:09 mikera