Tim Rühsen

Results 247 comments of Tim Rühsen

I did a cross-compilation with MinGW 13 on Debian testing, but can't reproduce the error yet ``` ii mingw-w64-common 13.0.0-1 all Common files for Mingw-w64 ii mingw-w64-x86-64-dev 13.0.0-1 all Development...

I understand the coment as "with mingw 12 all works", but "with mingw 13 stat() is defined as stat64()". And `stat64()` can't be resolved (on Windows?). That issue has not...

TY for the pointers, @khuey. Hard to believe the upstream issue is from 2015 🥹 Did you think about an option for `gcc` style demangling? That way applications could first...

I am not against reconsidering the build system. Autotools are a powerhouse and useful in projects that strive for a high portability. But this project doesn't need such a complex...

Now sure I understand the algorithm here. Are you suggesting linear stages? If so, each stage would increase the size by 112 `((1024-128)/8) = 112` (or 128 if you count...

> As more data is added, only the necessary sub-tables are created or expanded, leading to smoother, more predictable performance without the large, sudden memory allocations of the past. Thanks...

Hi, thanks for reaching out. 200ns sounds like an extremely bad value that doesn't show up in the go-freelru benchmarks. Without looking into the benchmark suite, there may be several...