array
Array library
A container library providing customizable arrays with various allocation strategies and optimized storage.
contiguous container library - arrays with customizable allocation, small buffer optimization and more
252 stars
16 watching
16 forks
Language: C++
last commit: over 4 years ago
Linked from 1 awesome list
allocatorcontainercplusplus
Related projects:
Repository | Description | Stars |
---|---|---|
foonathan/memory | A C++ library providing a new, flexible memory allocation system | 1,497 |
foonathan/docker | Automated C++ build and testing containers | 48 |
foonathan/string_id | A C++ library providing hashed string identifiers with optional access to the original string value and collision detection. | 184 |
foonathan/tiny | A C++11 library for minimizing the size of types by using bit-twiddling and other low-level techniques. | 110 |
foonathan/type_safe | A set of C++ utilities to prevent bugs at compile time using the type system. | 1,542 |
xerial/larray | A library for efficiently managing large arrays and memory-mapped files in Java and Scala | 400 |
containers/storage | A Go library that provides methods for storing and managing filesystem layers, container images, and containers. | 563 |
mlochbaum/bqn | A language designed to simplify and improve array programming, with a focus on performance and ease of use. | 896 |
google/tensorstore | A C++ and Python library for storing and manipulating large multi-dimensional arrays in various formats and storage systems. | 1,352 |
p-p-h-d/mlib | A C library providing generic and type-safe container implementations | 904 |
vinaygaba/ultimate-string-array-list | A collection of pre-defined string arrays for common use cases in Android app development | 156 |
lehins/massiv | A Haskell library for efficient array manipulation with parallel computation capabilities. | 385 |
spider-gazelle/bisect | A library of algorithms for searching and manipulating sorted arrays in a generic way | 12 |
dusankasan/knapsack | A library providing a functional programming model for working with collections of data in PHP. | 536 |
nixman/yas | An efficient serialization library with support for various data types and formats | 732 |