AutoHotkey-HashTable
Hash table
An implementation of a hash table data structure for use with AutoHotkey scripts
A Hash Table Implementation for AutoHotkey
9 stars
4 watching
1 forks
Language: AutoHotkey
last commit: almost 3 years ago
Linked from 1 awesome list
ahkautohotkeyhash-tables
Related projects:
Repository | Description | Stars |
---|---|---|
shambles-dev/autohotkey-type_checking | A tool for validating and checking the types of data in AutoHotkey scripts | 8 |
shambles-dev/autohotkey-facade | A set of functional programming libraries designed to replace AutoHotkey's processing constructs and provide a more composable and testable way to write code. | 30 |
hoppfrosch/ahk_ctable | A class library for creating and manipulating tables in AutoHotkey scripts. | 9 |
jim-vxe/ahk-lib-table | A collection of AutoHotkey functions to manipulate tabular data in a standard format. | 6 |
ahkdb/ahkdb | A library that provides an efficient and lightweight way to store, manipulate, and query tab-separated databases from AutoHotkey scripts | 28 |
basho/bitcask | A log-structured hash table for fast key/value data storage | 1,292 |
isnull/ahkdba | An object-oriented wrapper around multiple databases to standardize access interface. | 52 |
gregorycollins/hashtables | A set of implementations for mutable hash tables in Haskell. | 125 |
ahkscript/libcrypt.ahk | A collection of cryptographic functions and algorithms from the AutoHotkey community. | 68 |
aappleby/smhasher | A collection of hash functions and tests for their properties | 2,666 |
jleb/ahksock | A wrapper around Winsock APIs to facilitate TCP/IP communication in AutoHotkey scripts | 78 |
watmough/jwhash | A simple hash table implementation for storing and retrieving various data types in C. | 216 |
skarupke/flat_hash_map | A high-performance implementation of a hash table data structure in C++ | 1,716 |
ahk-just-me/class_sqlitedb | An AutoHotkey class providing support to access and manipulate SQLite databases. | 104 |
rigtorp/hashmap | A high-performance hash table implementation optimized for delete-heavy workloads | 200 |