There are 2 repositories under hashset topic.
Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
The Capsule Hash Trie Collections Library
Excalibur Hash is a high-speed hash map and hash set, ideal for performance-critical uses like video games
The go-set package provides generic Set implementations for Go, including HashSet for types with a Hash() function and TreeSet for orderable data
Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
A TwinCAT library for creating and manipulating dynamic collections of data in TwinCAT. It provides multiple data structures such as ArrayList (a dynamic array), List (a doubly linked list that is optimized for sequential access and mutation), Set, Map, Queue, Stack and more. Examples are in the project.
Library providing fast hash based immutable map and set
RiteLinked - LinkedHashMap & LinkedHashSet in Rust
Efficient Immutable/Persistent Collections for Java
TypeScript Collections Framework - a port of the Java Collections framework for use with Angular
Java data structures for primitive and/or Object items
Mutable and immutable persistent maps and sets as hash array mapped trie (HAMT) for FreePascal
A dictionary and a set that offer very fast read speed in expense of slow write speed. Ideal in situations where the collection is infrequently updated but is very often read from.
Serializable versions of Dictionary, HashSet and KeyValuePair for Unity 2020.1+
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.
Solution Repository for Technical Coding Interviews!
Efficient, fully tested, mutable data collections for JavaScript
📚 Welcome to the ☕️ code exercise repository for the Paraninfo Programming book by Alfonso Jiménez Martín and Francisco Manuel Pérez Montes (ed. Paraninfo)! 👨💻 Improve your coding skills with carefully written and commented exercises 📝, ranging from simple to complex.
Collection of lot high performance data structures for PHP
Primeiro projeto utilizando Iterator, para entender como funcionam HashSet, List e Sort, utilizando JDBC
:evergreen_tree: XML and Drawing, Arrays, Hashing, Sets, Maps, Recursion, Sudoku Solver, Graphs, Dijkstras, PriorityQueue, Heaps, Kruskals, Bloom Filter, Trie, AVL Tree, BTree :snake:
Implementation of classic board game Ludo (Griniaris in Greek) with GUI in Java and a lot of extra functionality
Standard generic data structures for C99.
This is a repository created to store the leetcode questions. This maynot be the most efficient way of solving the problem.
Implementation of caching using Redis in .NET 7. Here, the caching service is based on HashSet.
Tổng hợp các lưu ý về các kiểu dữ liệu tập hợp trong C#
Repository for studying data structures in Java: Linked List, Queue, Stack, Tree, Graph and others seen at the Technical College of Campinas - State University of Campinas under the guidance of Professor André Luís dos Reis Gomes de Carvalho.