Simple, robust, BitTorrent DHT implementation
Maps US state names to state abbreviations.
Easy password hashing and verification in Node. Protects against brute force, rainbow tables, and timing attacks.
Open addressing hash table
Immutable collections and tools for TypeScript
jshashtable is a JavaScript implementation of a hash table. It associates objects ("keys") with other objects ("values"). Each key is associated with precisely one value. "Objects" here is used loosely to mean any JavaScript object or value.
Maps US state abbreviations to state names.
Documentation app: [raikuxq-algorithms.netlify.app/guide](https://raikuxq-algorithms.netlify.app/guide)
An SSB plugin that shares connection invites via a Distributed Hash Table
A multiserver plugin that uses a Distributed Hash Table
Django hash & verify (pbkdf2_sha256) password in auth_user table.
Data structure and graph processing library written in modern JavaScript
Immutable spreadsheet-like data structures containing row keys, column keys, and cell values
Simple Typescript Linked List with Hash Table indexing and type templating
Javascript implementation of a simple hash table data structure
Simple, robust, BitTorrent DHT implementation
For use in hash table type structures
DynamoDB repository for hash-key and hash-key/range indexed tables. Designed for Lambda use. Handles nicities like created and updated timestamps and default id creation.
Common data structures implementation in Javascript.
Store key-value pairs on the mainline bittorrent DHT network, and retreive/update them by key name.
Simple implementation of Hash Table in JavaScript
Fast, reliable cuckoo hash table for Node.js
Modern Data Structures for JS
A helper for storing and iterating over data in hash tables in TS/JS.
Generate salt hash
Emoji codes and pictographs.
This is a spell checker implemented with hash tables(super fast)
Emoji pictographs and codes.
JavaScript Data Structure written in TypeScript
US state capitals and names.
US state names and capitals.
Making torrents more private and live streaming inside browsers - Dynamic torrent blocklist
Hash table - Seperate chaining, Open addressing (linear probing, quadratic probing, double hashing)
A standalone implementation of hash table in node.
how to import: ``` const HashStore = require('simple-js-hash-store') const hashStore = new HashStore('./data') ``` storing data ``` const reference = hashStore.save('test') ``` if memory encombered you can remove a specific item from memory using it's ref
A collection of strongly typed data structures in TypeScript
TypeScript definitions for @ronomon/hash-table
Expirable HashTable to enable timeout-based item removal from HashTable.