caos

Crates.iocaos
lib.rscaos
version0.0.7
sourcesrc
created_at2024-01-27 18:02:52.951804
updated_at2024-03-15 02:18:01.84023
descriptionConcurrent Append Only Segment-list
homepage
repository
max_upload_size
id1116876
size29,102
Özgür Akkurt (ozgrakkurt)

documentation

README

Concurrent Append Only Segment-list

This is a data structure that can be accessed from multiple threads without any locking while a single thread can append to it atomically whout locking.

Intended to be used for sharing list of indices, offsets of similar stuff between multiple readers while a writer can update the list atomically. This allows building an append only ACID datastore without compomising on performance.

Commit count: 0

cargo fmt