An open API service indexing awesome lists of open source software.

https://github.com/danielkrupinski/stringpool

A performant and memory efficient storage for immutable strings with C++17. Supports all standard char types: char, wchar_t, char16_t, char32_t and C++20's char8_t.
https://github.com/danielkrupinski/stringpool

char char16 char32 char8 cpp cpp17 cpp20 memory-optimization memory-pool single-header string string-optimization string-pool string-view strings utf-16 utf-32 utf-8 wchar

Last synced: 7 months ago
JSON representation

A performant and memory efficient storage for immutable strings with C++17. Supports all standard char types: char, wchar_t, char16_t, char32_t and C++20's char8_t.

Awesome Lists containing this project