#memory-mapping #interval-tree #tree #algorithm #store

no-std meminterval

A simple interval-tree in Rust made to store memory mappings

5 releases (3 breaking)

0.4.1 Aug 24, 2023
0.4.0 Aug 24, 2023
0.3.0 Oct 24, 2022
0.2.0 Oct 21, 2022
0.1.0 Oct 17, 2022

#824 in Data structures

Download history 1959/week @ 2024-08-17 2423/week @ 2024-08-24 2199/week @ 2024-08-31 2539/week @ 2024-09-07 2266/week @ 2024-09-14 3254/week @ 2024-09-21 2460/week @ 2024-09-28 2028/week @ 2024-10-05 2028/week @ 2024-10-12 3001/week @ 2024-10-19 2100/week @ 2024-10-26 1868/week @ 2024-11-02 2567/week @ 2024-11-09 2500/week @ 2024-11-16 2339/week @ 2024-11-23 1601/week @ 2024-11-30

9,422 downloads per month
Used in 8 crates (3 directly)

MIT/Apache

22KB
605 lines

meminterval

A simple interval-tree in Rust made to store memory mappings


lib.rs:

  • A simple interval-tree in Rust made to store memory mappings

Dependencies

~93–310KB