data-mining-in-c
data-mining-in-c copied to clipboard
Notes and Source Code from the Data Mining in C series.
Hi, I came across this implementation. I had an idea to speed up the computations. I don't expect you to merge it. By pre-computing and storing the compressed lengths of...
This pull request gets rid of "Probably not enough output buffer was allocated" error and redundant allocations of zlib internal buffers. The idea is to minimize redundant (de-)allocation amount of...
This pull request makes the following changes: large changes: - Updated nob.h to commit `39028aa` March 25th, 2025 - Updated raylib, as well as vendored raylib instead of commiting a...