Search results
15 packages found
Curated collection of data structures for the JavaScript/TypeScript.
- bag
- bimap
- bit array
- bit set
- bit vector
- bitset
- bk tree
- burkhard-keller tree
- cache
- circular buffer
- counter
- data structures
- default map
- deque
- View more
BIMap: bidirectional map construct, it can get properties form both key or value
A bidirectional immutable Map of keys and values for TypeScript
A bidirectional map based on the ES6 Map & WeakMap objects
Immutable collections and tools for TypeScript
Bi-directional record in type-safe way
A minimalistic one-to-one bi-directional map written in typescript
A simple and tiny bi-directional map that extends ES2015's Map.
Module for memoizing an individual function or a pair of inverse functions to persistent storage
<div align="center"> <h1>🗺️↔️ simple-bimap</h1> <a href="https://www.npmjs.com/package/simple-bimap"> <img src="https://img.shields.io/npm/v/simple-bimap" alt="simple-bimap on npm"> </a> <a href="https://github.com/aleksander-ciesielski/
Simple bi directional map implementation using 2 es6 maps
A bi-directional map, with unique keys to unique values.
Curated collection of data structures for the JavaScript language.
- bag
- bimap
- bit array
- bit set
- bit vector
- bitset
- bk tree
- burkhard-keller tree
- cache
- circular buffer
- counter
- data structures
- default map
- deque
- View more
A bidirectional map written in TypeScript/JavaScript.
A bidirectional Map/WeakMap implementation with the same API as an ES6 Map/WeakMap!