Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 628 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 628 Bytes

sfdc-rs

An implementation of the Succinct Format with Direct aCcessibility, a recently described compressed data format based which allows direct accessibility to any individual element of the text without decoding the whole thing.

⚠️ This is not complete, or usable - but I'd like to get it there! ⚠️

@misc{cantone2023qualities,
      title={The Many Qualities of a New Directly Accessible Compression Scheme},
      author={Domenico Cantone and Simone Faro},
      year={2023},
      eprint={2303.18063},
      archivePrefix={arXiv},
      primaryClass={cs.DS}
}