Raimo

Results 15 issues of Raimo

Why only dynamic libraries? I need static linking for maximum performance

package-update

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,...

package-request

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:...

package-request

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...

package-request

**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...

enhancement

### Version latest ### Description ![Screenshot 2025-01-12 13:29:39](https://github.com/user-attachments/assets/f8fb510d-9a0f-4c6b-a9ba-a96c6d2f86b6)

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...

discussion

## 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...

tweak/refactor