hashset topic

List hashset repositories

js-sdsl

736
Stars
61
Forks
Watchers

A javascript standard data structure library which benchmark against C++ STL.

capsule

402
Stars
28
Forks
Watchers

The Capsule Hash Trie Collections Library

Collections.Pooled

531
Stars
48
Forks
Watchers

Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.

LGenerics

105
Stars
16
Forks
Watchers

Generic algorithms and data structures for Lazarus/Free Pascal

xorf

117
Stars
26
Forks
Watchers

Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.

ritelinked

54
Stars
3
Forks
Watchers

RiteLinked - LinkedHashMap & LinkedHashSet in Rust

fsharp-hashcollections

56
Stars
3
Forks
Watchers

Library providing fast hash based immutable map and set

typescriptcollectionsframework

42
Stars
9
Forks
Watchers

TypeScript Collections Framework - a port of the Java Collections framework for use with Angular

shoki

38
Stars
11
Forks
Watchers

Purely functional data structures in Java

TwinCat-Dynamic-Collections

55
Stars
6
Forks
Watchers

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 opt...