Skip to content

Conversation

@zanieb
Copy link
Member

@zanieb zanieb commented Aug 18, 2025

Also, enable verbose output in the build system because it is otherwise too quiet to be helpful.

See #761 (comment)

@zanieb zanieb added platform:darwin Specific to the macOS platform platform:linux Specific to the Linux platform python:3.14 labels Aug 18, 2025
@zanieb zanieb marked this pull request as ready for review August 18, 2025 13:31
zanieb added a commit that referenced this pull request Aug 18, 2025
I verified this on macOS

```
❯ python -c "from compression import zstd; print(zstd.CompressionParameter.nb_workers.bounds())"
(0, 256)
```

See #761 

I'm not sure if this is all of the performance difference, but using
threads should make a significant difference.
#761 (comment)
notes that threads are not used by default, so I think there's more
going on — but we should enable this at build time regardless. See also
#768.
Also, enable verbose output in the build system because it is otherwise too quiet to be helpful
@zanieb zanieb merged commit 5884554 into main Aug 18, 2025
16 checks passed
@zanieb zanieb deleted the zb/zstd-opt branch August 18, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

platform:darwin Specific to the macOS platform platform:linux Specific to the Linux platform python:3.14

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants