lib icon indicating copy to clipboard operation
lib copied to clipboard

single header libraries for C/C++

Results 23 lib issues
Sort by recently updated
recently updated
newest added

Hi! When trying to compress a `4096x4096 RGBA (32bit per pixel)` image I noticed it was quite slow (about **14 seconds** on my old `[email protected]`, `8GB RAM`), compiled in release...

"lastest version" is not a thing and should be corrected to "latest version". Nice libraries & effort!

If sched.h is in a folder added to the include path on Linux and WSL e.g. by `gcc -Iinclude` then will attempt to include this sched.h rather than the system...

Suggest to add a license to mmx, some license identifiers https://spdx.org/licenses/.

Steps to reproduce: 1. open (with correct IP and port) ```chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:8888/backend``` in Chrome, it sends multiple websocket frames in a row 2. ```wby_socket_recv``` receives data for all frames in a...

Found a typo in usage example. Parser implementation is great. ``` /* query type */ int type0 = json_query_number(toks, num, "map.soldier[2]"); ```

Very nice set of tools, thank you :+1: Would be great if you could add more math tools!

enhancement

Feel free to drop the latter of the two commits if you consider formatting changes superficial. Also fixes #10.

Fix an obvious typo: In a clear contradiction with the intent, in the paired update of the token pointer and length fields in `json_deq()`, it is only the former that...

At the top of `json.h`, it states `json.h - public domain`, but the README states that the license is `zlib`. Is this a mistake?