#read-write #offset #disk #random #length #javascript #continuously

random-access-disk

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

18 releases (5 stable)

3.0.1 Jan 9, 2024
3.0.0 Apr 12, 2023
2.0.0 Mar 3, 2020
1.1.0 Mar 3, 2020
0.1.1 Mar 25, 2018

#126 in Filesystem

Download history 317/week @ 2023-12-06 13/week @ 2023-12-13 3/week @ 2023-12-27 88/week @ 2024-01-03 247/week @ 2024-01-10 15/week @ 2024-01-17 12/week @ 2024-02-07 74/week @ 2024-02-14 46/week @ 2024-02-21 95/week @ 2024-02-28 20/week @ 2024-03-06 20/week @ 2024-03-13 11/week @ 2024-03-20

168 downloads per month
Used in 6 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

~5–17MB
~217K SLoC