rrbitAn Immutable vectors/lists/arrays library using the Relaxed Radix Balancing(RRB) technique
Stars: ✭ 12 (+9.09%)
Mutual labels: immutable, vector, persistent
ImmerPostmodern immutable and persistent data structures for C++ — value semantics at scale
Stars: ✭ 1,935 (+17490.91%)
Mutual labels: immutable, persistent, rrb-tree
ContainersThis library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (+1036.36%)
Mutual labels: vector, array, collections
StaticvecImplements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (+2045.45%)
Mutual labels: vector, array, collections
Typed ImmutableImmutable and structurally typed data
Stars: ✭ 263 (+2290.91%)
Mutual labels: immutable, persistent
finger-tree🌵 Finger tree data structure for JavaScript
Stars: ✭ 20 (+81.82%)
Mutual labels: immutable, persistent
Immutable TupleImmutable finite list objects with constant-time equality testing (===) and no memory leaks.
Stars: ✭ 29 (+163.64%)
Mutual labels: immutable, persistent
Immutable Array PrototypeA collection of Immutable Array prototype methods(Per method packages).
Stars: ✭ 56 (+409.09%)
Mutual labels: immutable, array
ImtoolsFast and memory-efficient immutable collections and helper data structures
Stars: ✭ 85 (+672.73%)
Mutual labels: immutable, persistent
dequeA highly optimized double-ended queue
Stars: ✭ 75 (+581.82%)
Mutual labels: vector, array
php-collectionsA collection library for php
Stars: ✭ 34 (+209.09%)
Mutual labels: array, collections
ienumerableDeep immutable, Lightweight Enumerable with superpowers
Stars: ✭ 63 (+472.73%)
Mutual labels: immutable, array
ImmutableImmutable collections for Go
Stars: ✭ 392 (+3463.64%)
Mutual labels: immutable, collections
C VectorA dynamic array implementation in C similar to the one found in standard C++
Stars: ✭ 234 (+2027.27%)
Mutual labels: vector, array
ScCommon libraries and data structures for C.
Stars: ✭ 161 (+1363.64%)
Mutual labels: vector, collections
Graphical DebuggingGraphicalDebugging extension for Visual Studio
Stars: ✭ 88 (+700%)
Mutual labels: vector, array
CuVecUnifying Python/C++/CUDA memory: Python buffered array ↔️ `std::vector` ↔️ CUDA managed memory
Stars: ✭ 73 (+563.64%)
Mutual labels: vector, array
Static FrameImmutable and grow-only Pandas-like DataFrames with a more explicit and consistent interface.
Stars: ✭ 217 (+1872.73%)
Mutual labels: immutable, array
go-streamsStream Collections for Go. Inspired in Java 8 Streams and .NET Linq
Stars: ✭ 127 (+1054.55%)
Mutual labels: array, collections