fix(f3): introduce rate limit to computing F3 power tables#13085
Merged
fix(f3): introduce rate limit to computing F3 power tables#13085
Conversation
masih
approved these changes
Apr 30, 2025
451ba1b to
abe0516
Compare
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Co-authored-by: Masih H. Derkani <m@derkani.org> Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
300a370 to
b8afdd1
Compare
Kubuxu
added a commit
that referenced
this pull request
May 1, 2025
* feat(f3): add simple power cache Signed-off-by: Jakub Sztandera <oss@kubuxu.com> * fix cache Signed-off-by: Jakub Sztandera <oss@kubuxu.com> * Introduce concurrency limiter to powertable getting Signed-off-by: Jakub Sztandera <oss@kubuxu.com> * Update chain/lf3/ec.go Co-authored-by: Masih H. Derkani <m@derkani.org> Signed-off-by: Jakub Sztandera <oss@kubuxu.com> * don't export names Signed-off-by: Jakub Sztandera <oss@kubuxu.com> * Update CHANGELOG.md Signed-off-by: Jakub Sztandera <oss@kubuxu.com> * Organise imports Signed-off-by: Jakub Sztandera <oss@kubuxu.com> --------- Signed-off-by: Jakub Sztandera <oss@kubuxu.com> Co-authored-by: Masih H. Derkani <m@derkani.org>
Kubuxu
added a commit
that referenced
this pull request
May 1, 2025
…13089) * feat(f3): add simple power cache * fix cache * Introduce concurrency limiter to powertable getting * Update chain/lf3/ec.go * don't export names * Update CHANGELOG.md * Organise imports --------- Signed-off-by: Jakub Sztandera <oss@kubuxu.com> Co-authored-by: Masih H. Derkani <m@derkani.org>
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
F3 could request same power table numerous times leading to memory and IO spikes. This limits concurrency of that operation.