Raimo
Raimo
Why only dynamic libraries? I need static linking for maximum performance
xxhash
Official package name: xxhash License (must be an OSI approved Open Source license): BSD 2-Clause License Download URL of latest release: https://github.com/Cyan4973/xxHash/releases/tag/v0.8.3 Latest release date (must be recent): Dec 30,...
Official package name: yyjson License (must be an OSI approved Open Source license): MIT Download URL of latest release: https://github.com/ibireme/yyjson/releases/tag/0.10.0 Latest release date (must be recent): Jul 9, 2024 Description:...
Wolfssl
Official package name: wolfssl License (must be an OSI approved Open Source license): GNU GENERAL PUBLIC LICENSE Download URL of latest release: https://github.com/wolfSSL/wolfssl/releases/tag/v5.7.6-stable Latest release date (must be recent): Dec...
**Is your feature request related to a problem? Please describe.** My feature aims to significantly improve deserialization speed when expected keys are known beforehand **Describe the solution you'd like** Make...
### Version latest ### Description 
I propose a whole refactoring by using bitwise `|` and `&` instead of logical `||` and `&&` for all booleans related conditionals. This drastically reduces the number of branches, but...
## docker-compose.yml - Remove ./wait-for.sh in favor of the `depends_on` condition + healthcheck - Use .env file for the api container instead of editing the docker-compose.yml manually. Better UX. -...
## Goal This PR refactors the benchmarking functions as per #1701, in order to make benchmarks more deterministic and less influenced by the environvment. This is achieved by replacing Wall-Clock...