Simple, robust, BitTorrent DHT implementation
Immutable collections and tools for TypeScript
Open addressing hash table
Maps US state abbreviations to state names.
Easy password hashing and verification in Node. Protects against brute force, rainbow tables, and timing attacks.
Maps US state names to state abbreviations.
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.
Django hash & verify (pbkdf2_sha256) password in auth_user table.
Javascript implementation of a simple hash table data structure
Immutable spreadsheet-like data structures containing row keys, column keys, and cell values
Making torrents more private and live streaming inside browsers - Dynamic torrent blocklist
Data structure and graph processing library written in modern JavaScript
An SSB plugin that shares connection invites via a Distributed Hash Table
Expirable HashTable to enable timeout-based item removal from HashTable.
Typescript Data Structures
Collection of common data structures / algorithms implemented in TypeScript
Store key-value pairs on the mainline bittorrent DHT network, and retreive/update them by key name.
For use in hash table type structures
Data structures in JavaScript
[![License](https://img.shields.io/github/license/Nephys/plexus?style=flat-square)](LICENSE) [![npm (scoped)](https://img.shields.io/npm/v/@nephys/plexus?style=flat-square)](https://www.npmjs.com/package/@nephys/plexus) [![node-current (scoped)](https:/
DynamoDB repository for hash-key and hash-key/range indexed tables. Designed for Lambda use. Handles nice-to-haves like created and updated timestamps and default id creation.
Angular Smart Table with href links fixed for hash routing
Fast, reliable cuckoo hash table for Node.js
A hash map implementation in JavaScript
ds-kit is an NPM package provide ready to use famous data structures to JavaScript. It draws inspiration from the structured beauty of C++ STL.
o2.services DHT
Simple Typescript Linked List with Hash Table indexing and type templating
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
Simple, robust, BitTorrent DHT implementation
TypeScript definitions for @ronomon/hash-table
Emoji codes and pictographs.
DataStructuresJSKit is an easy-to-use package that adds essential data structures to your JavaScript code. With support for Typescript.
JavaScript Data Structure written in TypeScript