Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double the speed of zfec #114

Merged
merged 5 commits into from
Nov 15, 2024
Merged

Double the speed of zfec #114

merged 5 commits into from
Nov 15, 2024

Conversation

itamarst
Copy link

@itamarst itamarst commented Nov 15, 2024

Fixes #102

  • Twice as fast.
  • No longer supports 3.8 (possibly not actually necessary, I was thinking there was manylinux issues but could be wrong. In practice 3.8 is EOL anyway for security updates, so meh).
  • Won't install on Python 3.9.0-3.9.5 unless they update pip in a virtualenv... in which case pip will just install the previous release, so not actually a problem for users.
  • No longer supports Ubuntu 18.04 (but it's EOL too).

Copy link
Collaborator

@meejah meejah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@meejah meejah merged commit dedbae7 into tahoe-lafs:master Nov 15, 2024
46 of 47 checks passed
@itamarst itamarst deleted the 102-speed-up branch November 15, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Try switching to -O3, see if it speeds things up
3 participants