The Capsule Hash Trie Collections Library
-
Updated
Jul 8, 2022 - Java
{{ message }}
The Capsule Hash Trie Collections Library
A javascript standard data structure library which benchmark against C++ STL.
The following API should be implemented:
Current expectations
Entries API, used by ckb-utilrayon support, just like indexmap or griddleNeed to discuss
or_insert and or_insert_with in linked-hash-mapAnyone can implement these
Efficient Immutable/Persistent Collections for Java
TypeScript Collections Framework - a port of the Java Collections framework for use with Angular
Purely functional data structures in Java
Library providing fast hash based immutable map and set
Mutable and immutable persistent maps and sets as hash array mapped trie (HAMT) for FreePascal
Collection of lot high performance data structures for PHP
Efficient, fully tested, mutable data collections for JavaScript
Comparison of Hashing Algorithms - Double Hashing, Robin Hood Hashing Cuckoo Hashing with Java's inbuilt HashMap/ HastSet over million of add(), contains() and remove() operations.
Solutions to Leetcode problems with explanation
Remotely observable collection types
Algorithms & Data Structure mini project for CDAC ACTS PG-DAC Sep 21 Batch.
3 Problems from SP04 to be solved using HashMap/ HashSet instead of TreeMap/ TreeSet.
Extremely fast unordered map and set library for C++20
Find count of occurrences of elements in a List using HashSet, HashMap and TreeMap in Java
Let's Learn Kotlin Programming
Implementation of MDS for a website seller (like Amazon), having thousands of Products (each with its own ID, Price, Description). Organizing data into a TreeMap (Red-Black Tree), used HashMap, and HashSet to achieve insertion, deletion, search, modification efficiently.
High performance C++ Hash Table implementation
Laboratory work at ITMO University, programming. first year
A simple module that provides functions to manipulate and search through Arrays, Collections, Lists, and Sets.
Add a description, image, and links to the hashset topic page so that developers can more easily learn about it.
To associate your repository with the hashset topic, visit your repo's landing page and select "manage topics."
It would be nice to have a
Builderstruct that allows for convenient collection of keys before creating a filter (any of the xor filters or aHashProxy) with those keys.