Takayuki Matsuoka
Takayuki Matsuoka
This issue is related to issue #7.
mingw has a latest version of gcc, but they don't support `std::thread` yet. There are two solutions - Wait for official library support. - Use [boost as its replacement](https://gist.github.com/kbok/1154023)
Let's discuss about / play with [`asyncio` branch](https://github.com/lz4/lz4/tree/asyncio). Since we don't have GitHub ["Discussions"](https://github.com/features/discussions), I'd like to put some report here. Please feel free to post your own experiment.
This PR adds simple compatibility macro for C11 ``. These macros mimic `pthread_*` functions and types. We can test this PR with the following command: (EDIT 2024-04-08 : add `objdump`...
(This issue is also related to @tkalbitz's PR #13) In bc029c5, @kid0m4n has changed lazy computation for bounce. I think this project is not a serious optimization contest, so this...
MSVC project files (.sln and friends) have been our burden. Because their format, structure and convention have been (will be) changed randomly. To ease this problem, I made a simple...
**Describe the bug** Our CI is trying to install `gcc-13` and failed. **Expected behavior** CI script runs without error. **To Reproduce** Re-run github actions. **System (please complete the following information):**...