#sparse-matrix #trim #random #block #disk #length #auto-sync #filenames

random-access-disk

Continuously read and write to disk, using random offsets and lengths

17 releases (4 stable)

3.0.0 Apr 12, 2023
2.0.0 Mar 3, 2020
1.1.0 Mar 3, 2020
0.8.0 Dec 20, 2018
0.1.1 Mar 25, 2018

#182 in Filesystem

Download history 27/week @ 2023-06-05 28/week @ 2023-06-12 75/week @ 2023-06-19 64/week @ 2023-06-26 104/week @ 2023-07-03 59/week @ 2023-07-10 53/week @ 2023-07-17 49/week @ 2023-07-24 33/week @ 2023-07-31 35/week @ 2023-08-07 71/week @ 2023-08-14 18/week @ 2023-08-21 40/week @ 2023-08-28 78/week @ 2023-09-04 52/week @ 2023-09-11 60/week @ 2023-09-18

230 downloads per month
Used in 4 crates

MIT/Apache

24KB
470 lines

random-access-disk

crates.io version build status downloads docs.rs docs

Continuously read and write to disk, using random offsets and lengths, using abstract interface defined in random-access-storage.

Adapted from Javascript random-access-file.

Installation

$ cargo add random-access-disk

License

MIT OR Apache-2.0

Dependencies

~1–14MB
~161K SLoC