On 7/7/22, Undiscussed Horrific Abuse, One Victim of Many <[email protected]> wrote: > often i try to implement an append-only random-access data structure.
clarification: the intention of the structure under design is to be stored on append-only media, but support random writes as well as random reads. similar to tape-based file systems, which unfortunately tend to be very tape-specific.
