No description
Find a file
2025-11-06 02:34:29 -05:00
.gitignore gitignore 2025-11-03 20:47:25 -05:00
deno.json make iterator return k, v 2025-11-06 02:34:29 -05:00
deno.lock initial commit 2025-11-02 12:34:03 -05:00
mod.ts same as it ever was 2025-11-02 13:11:16 -05:00
README.md initial commit 2025-11-02 12:34:03 -05:00
secondarymap.ts jsr was complaining 2025-11-02 13:06:51 -05:00
slotmap.ts make iterator return k, v 2025-11-06 02:34:29 -05:00
utils.ts initial commit 2025-11-02 12:34:03 -05:00

SlotMap

A slotmap data structure based on the Rust implementation