associative-array
There are 44 repositories under associative-array topic.
tlk00/BitMagic
BitMagic Library
fmela/libdict
C library of key-value data structures.
SergeyMakeev/slot_map
A slot map is a high-performance associative container with persistent unique 32/64 bit keys to access stored values.
rmind/thmap
Concurrent trie-hash map library
rmind/rhashmap
Robin Hood hash map library
mpaland/avl_array
High performance templated AVL tree using a fixed size array. Extensive test suite passing.
eonil/swift-hamt
An implementation of HAMT data-structure in Swift
DataBooster/DataAccess
(Migrated from CodePlex) The dbParallel DataBooster library is a high-performance extension to ADO.NET Data Provider. (DbAccess, OracleLauncher and SqlLauncher for accessing mass data)
Artityagi123456789/-100dasofSystemVerilog
System Verilog using Functional Verification
seung-lab/mapbuffer
Serialize dict of integers to bytes and read with near zero parsing. Specialization for int to int.
JulStrat/uCDB
Arduino library for querying Constant DataBase files.
babenkoivan/fluent-array
The fluent array library provides you with a convenient chainable interface. If you like object-oriented syntax or you just want to have more readable array declaration, the fluent array is at your service.
breese/vista
Fixed-capacity in-place container spans
mkostoevr/cdict
A simple dictionary implementation in C
gowthamrajk/PLSQL-module
In This module, I will be adding some PL/SQL contents and its related source materials with popular and useful tutorial sections which could be very helpful for a beginner to kickstart career in SQL & PL/SQL career
nick-lai/associative-array
⚡ A lightweight associative array library for PHP.
danieldotwav/Parentheses-Validation
A robust C++ solution for validating parentheses in strings. This project features a well-tested algorithm that handles different types of parentheses, including (), {}, and []. It is designed to cover a wide range of scenarios, from simple to complex nested structures, ensuring the correct ordering and pairing of parentheses.
michael105/c_vector_map
A linked skiplist of mapped vectors
nachoparker/rust-dict
Exercise crate implementing real associative arrays, also known as dictionaries.
nicklayb/php_assoc_map
Library that parses PHP's associative array into Elixir's map.
remarkablemark/matrix-transpose
Transposes a matrix by switching the row and column indices of a multidimensional array.
rnoth/lib
simple data structures for C
Abdillah/immassoc.php
Immutable associative array, to complement jkoudys/immutable.php
bchavs12/PHP-Studies
Learning PHP fundamentals to build web services with Laravel/Inertia/Eloquent etc...
CodeJamm/PLSQL-module
In This module, I will be adding some PL/SQL contents and its related source materials with popular and useful tutorial sections which could be very helpful for a beginner to kickstart career in SQL & PL/SQL career
cosama/vasapy
Vectorized Associative Arrays for Python
dir/bash-map
Perform robust associative array-like operations in pure Bash pre < 4.x
Johns-Q/core-array
core-array are general purpose associatives arrays with integer keys. This is a submodule of core-rc, which is a submodule of µwm.
Knodl-LLC/KnoDL-Match
Service for automatic matching two data sets without mapping
tzkmx/sohot
Simple Ordered HashMap Object Transformer (array_map for associative arrays)
bscript07/SoftUni-Javascript-Fundamentals
Javascript for Fundamentals course at SoftUni -May 2023
DominikHommer/CppPracticeProjects
an extensive collection of C++ projects showcasing templates, data structures, filesystem operations, and Unix-style utilities for educational and practical use.
tarakciemre/associative-arrays
Evaluation and comparison of associative arrays in Dart, Rust, Lua, Ruby, PHP, Python and Javascript.