Permalink
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also .
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
- 14 commits
- 11 files changed
- 0 comments
- 1 contributor
Commits on Jul 11, 2020
T what black defaults to
the gha docs hardcoded it in the matrix example..
the hypothesis tests hang
Commits on Jul 12, 2020
Commits on Jul 17, 2020
It has some problems with Windows file shares where it takes 20x the time of the fallback implementation and has a similar problem with ZFS on Linux, see #478. I've done some basic benchmarks with adding extra padding to 30 flac files each around 20-40MB and there is basically no difference. So just remove mmap. Fixes #478
Don't use mmap for rewriting files
Commits on Jul 18, 2020
From 64kb to 256kb. This makes things a bit faster on my machine. Increasing it even more doesn't change much here. See #478
Increase the buffer for rewriting files a bit
This file was deleted.
This file was deleted.