Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 738 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 738 Bytes

@darblast/ordered-map

License: MIT Node.js CI

Almost drop-in Map replacement with deterministic iteration order. The underlying implementation uses a self-balancing binary search tree whose order relationship is defined by a user-provided function.