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

Parallelize Error Correction Code #9

Open
BenWestgate opened this issue Sep 9, 2023 · 3 comments
Open

Parallelize Error Correction Code #9

BenWestgate opened this issue Sep 9, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request no-issue-activity

Comments

@BenWestgate
Copy link
Owner

Now that I learned concurrent execution to speed up a brute forcing BIP85 child fingerprints. I can apply it to my naive error correction as well.

Pool.map() will be the tool since the order doesn't matter.

There were some 5+ deletion or 1 deletion double substitution/insertion corrections that were possible to make but borderline too slow to.

It's likely these will be fast enough to include now.

@BenWestgate BenWestgate added enhancement New feature or request good first issue Good for newcomers labels Sep 9, 2023
@BenWestgate BenWestgate transferred this issue from BenWestgate/Bails Mar 25, 2024
Copy link

Stale issue message

@BenWestgate BenWestgate reopened this Sep 18, 2024
@BenWestgate BenWestgate self-assigned this Sep 18, 2024
@BenWestgate BenWestgate removed the good first issue Good for newcomers label Sep 18, 2024
@BenWestgate
Copy link
Owner Author

This is about to be worked on as it is part of the Codex32 reference implementation and bails-wallet update for Bails.

Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no-issue-activity
Projects
None yet
Development

No branches or pull requests

1 participant