memory
lfjson
memory | lfjson | |
---|---|---|
1 | 1 | |
1,490 | 0 | |
- | - | |
2.9 | 10.0 | |
2 months ago | almost 2 years ago | |
C++ | C++ | |
zlib License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
memory
-
You all need to stop blindly recommending 32 GB of RAM
In general you'll get a lot of interesting information if you search for "cache locality", "data locality", "custom memory allocation" and read stuff that people have written on github (for example https://github.com/foonathan/memory).
lfjson
-
[Study Project] A memory-optimized JSON data structure
https://github.com/gaujay/lfjson Your mandatory bi-weekly JSON news is here! JK, but let's cut to the chase: this is actually not a new JSON serializer. I wanted to explore some allocator-related topics and noticed (almost) all JSON libraries put emphasis on speed, not memory usage (like in this article).
What are some alternatives?
o1heap - Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems. There is very little activity because the project is finished and does not require further changes.
Mesh - A memory allocator that automatically reduces the memory footprint of C/C++ applications.
glaze - Extremely fast, in memory, JSON and interface library for modern C++
memory-allocators - Custom memory allocators in C++ to improve the performance of dynamic memory allocation
json - JSON for Modern C++
snmalloc - Message passing based allocator
xxHash - Extremely fast non-cryptographic hash algorithm
mlaas - Simply the best way to instill a sense of urgency within your engineering team.
json_dto - A small header-only library for converting data between json representation and c++ structs