hashtables
Hash table library
A set of implementations for mutable hash tables in Haskell.
Mutable hash tables for Haskell, in the ST monad
125 stars
11 watching
36 forks
Language: Haskell
last commit: 4 days ago Related projects:
Repository | Description | Stars |
---|---|---|
mljs/hash-table | An implementation of an open addressing hash table with double hashing in JavaScript | 1 |
pnathan/genhash | A generic hash table implementation in Common Lisp. | 17 |
skarupke/flat_hash_map | A high-performance implementation of a hash table data structure in C++ | 1,716 |
gamemakerdiscord/map.gml | A set of hashtable implementations optimized for use in GameMaker Studio 2.3+, providing varying levels of functionality and performance. | 2 |
jdnavarro/graphql-haskell | A Haskell implementation of GraphQL data types and utilities for building GraphQL schemas. | 168 |
orthecreedence/cl-hash-util | A utility library for working with Common Lisp hash tables | 29 |
watmough/jwhash | A simple hash table implementation for storing and retrieving various data types in C. | 216 |
haskell/stm | A Haskell implementation of software transactional memory for concurrent programming | 98 |
tessil/sparse-map | A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. | 334 |
khchen/hashlib | A comprehensive hash function library for the Nim programming language | 38 |
hdbc/hdbc | A Haskell interface to various databases allowing programmatic access and manipulation of their data structures | 127 |
martinus/unordered_dense | A hash map and hash set implementation with optimized storage and deletion algorithms | 942 |
mbrostami/consistenthash | A Go library implementing Consistent Hashing and Block Partitioning | 27 |
shambles-dev/autohotkey-hashtable | An implementation of a hash table data structure for use with AutoHotkey scripts | 9 |
marcusrainbow/haxcel | An Excel add-in that allows users to execute Haskell code and interact with it from within the spreadsheet. | 33 |