oyvindln
oyvindln
I can't give any timeframe but been meaning to look at it at some point (unless someone else decides to implement it before me.)
Yeah it might be worth looking into. Already tinkering a bit with some other tweaks to the huffman tree stuff in inflate. Should note it's [now](https://github.com/Frommi/miniz_oxide/commit/2ba520a458704e9fd12817fd2e945d869502c59c) a 2K table instead...
Still have to look into the libdeflate/fdeflate approach (maybe it's faster than the current one as well) though with 8e331bb it's now just 1k instead of 2k in size as...
> Finally, let me bring in [@oyvindln](https://github.com/oyvindln) as maintainer/author of `miniz_oxide` as this issue also seems to reproduce there as well, see [this comment](https://github.com/GitoxideLabs/gitoxide/issues/2044#issuecomment-2978252283) for reference. There we switch `gitoxide`...
I get the same error when building the wheel when trying to install it on fedora 40. It doesn't happen on ubuntu 24.04 or cachyos (arch based) and builds fine...
Tested and doing ```CFLAGS="-fPIC" CXX_FLAGS="-fPIC" pip install samplerate``` inside a virtual python environment does make the install suceed so that is a workaround at least. I don't really use fedora...
Yeah I'm hoping to get something out before the end of the year, just need to resolve a few small things.