inplace_string
In-memory string store
A class template that stores text content in-place to reduce memory usage.
mp::inplace_string<CharT, MaxSize, Traits>
is a std::string
-like class template that stores text content in-place inside the class
10 stars
7 watching
4 forks
Language: C++
last commit: about 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mpusz/opt | A class template designed to express optionality without additional storage space for boolean flags. | 12 |
mpalmer/redis | A high-performance, in-memory key-value store with various data structures. | 129 |
fogfish/cache | A library implementing an in-memory cache with segmented storage and time-to-live policies | 137 |
mengrao/str | An optimized string class with an adaptive hash table for fast searching and comparisons | 125 |
maxim2266/str | A lightweight C library providing string manipulation functions. | 307 |
planetis-m/cowstrings | An implementation of a copy-on-write string data-type that optimizes performance by sharing internal memory and making copies only when necessary. | 18 |
mpusz/coroutines | A library for writing concurrent code using cooperative multitasking | 0 |
pierrezurek/signsrch | A Standard ML implementation of a search library | 5 |
mpusz/fsm-variant | An implementation of a finite state machine using std::variant in C++ | 84 |
uzh/triplerush | A distributed in-memory graph store that supports SPARQL select queries. | 31 |
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 301 |
liexusong/pcache | A PHP module that provides an in-process cache extension. | 51 |
pfultz2/zlang | A plugin framework for managing global namespace macros in C/C++ | 35 |
orslumen/record-cache | A gem that stores Active Model records in a cache store for faster lookups and automatic invalidation. | 145 |
sindresorhus/p-memoize | Memoizes promise-returning and async functions to cache consecutive function calls by storing results of identical input. | 396 |