Slitter is a C- and Rust-callable slab allocator implemented primarily in Rust, with some C for performance or to avoid unstable Rust features.
Stars
148
Forks
6
Watchers
148
Open Issues
13
Overall repository health assessment
No package.json found
This might not be a Node.js project
29
commits
sliter: use cfg! instead of gating const bools behind #[cfg]
84270d5View on GitHubfile_backed_mapper: force anonymous mappings with ":memory:" path
0cc8e25View on GitHubslitter/file_backed_mapper: actually use file-backed mappings
246524dView on GitHubslitter/file_backed_mapper: stub a new mapper for file backed allocations
511e4a5View on GitHubNFC class: use a named function for `*const c_char -> Option<String>`
18087cbView on GitHubNFC mapper: move Mapper trait + DefaultMapper impl to their own file
7ef755aView on GitHub