#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

#995 in Data structures

Download history 2194/week @ 2024-10-06 1934/week @ 2024-10-13 2961/week @ 2024-10-20 2191/week @ 2024-10-27 2102/week @ 2024-11-03 2396/week @ 2024-11-10 2407/week @ 2024-11-17 2318/week @ 2024-11-24 1959/week @ 2024-12-01 2206/week @ 2024-12-08 2596/week @ 2024-12-15 1348/week @ 2024-12-22 2032/week @ 2024-12-29 3218/week @ 2025-01-05 3399/week @ 2025-01-12 3419/week @ 2025-01-19

12,351 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