Found 39 repositories(showing 30)
rust-lang
Rust port of Google's SwissTable hash map
dolthub
Golang port of Abseil's SwissTable
Single-header C11 port of https://abseil.io SwissTable
taviso
Access Abseil Swiss Tables from C
llxisdsh
MapOf is a high-performance concurrent map implementation that offers significant, performance improvements over sync.Map in many common scenarios.
gtmshrm
C port of Google's high-performance SwissTable hashmap.
CedarSnowy
C++11 implementation of Google's SwissTable in a single header file. Provides UnorderedMap and UnorderedSet containers with performance surpassing std::unordered_map/set.
ShuiRuTian
C# port of Google's SwissTable hash map
thepudds
A Go Swisstable with incremental growth that preserves the semantics of the Go runtime map, including map modification without invalidating iterators
SchrodingerZhu
A proof-of-concept implementation of swisstable in Java using Vector API
alexei-zaripov
flat_hash_map from from Google's Abseil made in generic and type-safe C
styla
Fast hashset and hashmap implementation based on Google's SwissTable
repeatedly
D port of Swiss Tables
brandonasuncion
A SIMD-enhanced hash table in Swift that utilizes the AVX2 instruction set on modern CPUs. Based off of Google's Swiss Table hashmap and Rust's Hashbrown.
detoxifiedplant
Google's Swisstable implemention of HashMap with SIMD lookups
EinfachAndy
benchmark for golang hash maps
forax
A Java implementation of the Swisstable algorithm
SchrodingerZhu
Mutable Swisstable for Koka.
Linsiyuan9
No description available
dangerousplay
The flat hash set & map from abseil implemented in Python
nakaji-dayo
Haskell implementation of Google's SwissTable hash map
nakaji-dayo
instance Data.HashTable.Class Data.HashTable.IO.Swiss
juusokasperi
Swiss table implementation in C
moonbit-community
No description available
elliota43
An educational Rust implementation of the Swiss Table hash map algorithm, built to understand how modern hash tables work under the hood.
nikgalushko
No description available
jmechevarria
No description available
sqs1111
No description available
sjohn198
Trying to recreate the HashMap found in Rust's std::collection module.
Saiprakashreddy14
crude implementation of swissTable Map in go .