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

GitHub

10 stars
7 watching
4 forks
Language: C++
last commit: almost 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mpusz/optA class template designed to express optionality without additional storage space for boolean flags.12
mpalmer/redisA high-performance, in-memory key-value store with various data structures.129
fogfish/cacheA library implementing an in-memory cache with segmented storage and time-to-live policies137
mengrao/strAn optimized string class with an adaptive hash table for fast searching and comparisons126
maxim2266/strA lightweight C library providing string manipulation functions.312
planetis-m/cowstringsAn implementation of a copy-on-write string data-type that optimizes performance by sharing internal memory and making copies only when necessary.18
mpusz/coroutinesA library for writing concurrent code using cooperative multitasking0
pierrezurek/signsrchA Standard ML implementation of a search library5
mpusz/fsm-variantAn implementation of a finite state machine using std::variant in C++84
uzh/triplerushA distributed in-memory graph store that supports SPARQL select queries.31
replikativ/konserveA protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead300
liexusong/pcacheA PHP module that provides an in-process cache extension.51
pfultz2/zlangA plugin framework for managing global namespace macros in C/C++35
orslumen/record-cacheA gem that stores Active Model records in a cache store for faster lookups and automatic invalidation.145
sindresorhus/p-memoizeMemoizes promise-returning and async functions to cache consecutive function calls by storing results of identical input.397