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

Par2-turbo integration #420

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Par2-turbo integration #420

merged 1 commit into from
Nov 11, 2024

Conversation

dnzbk
Copy link
Collaborator

@dnzbk dnzbk commented Nov 6, 2024

Description

  • replaced the Par2 library with Par2-turbo which provides faster file recovery on x86/ARM platforms

Lib changes

  • switched from Par2 to Par2-turbo
  • removed Par2 source files from the repo

Testing

  • Windows 7
  • Windows 11
  • Linux Debian 12
  • macOS Ventura
  • FreeBSD 14

@dnzbk dnzbk requested review from phnzb and luckedea November 6, 2024 11:02
@dnzbk dnzbk linked an issue Nov 6, 2024 that may be closed by this pull request
@dnzbk dnzbk merged commit 6b837cd into develop Nov 11, 2024
2 checks passed
@dnzbk dnzbk deleted the feature/par2 branch November 11, 2024 15:22
@isarrider
Copy link

isarrider commented Nov 14, 2024

seems to be really faster but in the webpage I dont see now while it is being repaired a status information, e.g. time remaining...

@dnzbk dnzbk mentioned this pull request Nov 15, 2024
beertje44 pushed a commit to beertje44/nzbget that referenced this pull request Dec 4, 2024
## Description

- replaced the Par2 library with Par2-turbo which provides faster file recovery on x86/ARM platforms

## Lib changes

- switched from Par2 to Par2-turbo
- removed Par2 source files from the repo
FetchContent_Declare(
par2-turbo
GIT_REPOSITORY https://github.com/nzbgetcom/par2cmdline-turbo.git
GIT_TAG nzbget
Copy link
Contributor

Choose a reason for hiding this comment

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

Why specify a branch that is likely to get updated instead of a tag? Won't it break nzbget builds if breaking changes are published to the nzbget branch of par2cmdline-turbo?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

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.

Update libpar2
4 participants