Cargo.toml: v1.5.0 - #16
Merged
Merged
Conversation
JordanYates
commented
Dec 18, 2025
Contributor
- Fix bug that caused a variable number of blocks at the end of a file to not be decoded
- Limit the number of threads used for small files
- Update TDF definitions
Fix the logic that calculates the leftover blocks to assign to the last worker. Fixes up to `num_cpus::get()` blocks at the end of the file from being ignored. Signed-off-by: Jordan Yates <jordan@embeint.com>
Ensure that each worker has at least 100 blocks, rather than spinning up a number of threads that each only decode a handful of blocks for small files. Signed-off-by: Jordan Yates <jordan@embeint.com>
Regenerate definitions for new TDFs. Signed-off-by: Jordan Yates <jordan@embeint.com>
- Fix bug that caused a variable number of blocks at the end of a file to not be decoded - Limit the number of threads used for small files - Update TDF definitions Signed-off-by: Jordan Yates <jordan@embeint.com>
JordanYates
force-pushed
the
bugfix/trailing_blocks
branch
from
December 18, 2025 03:40
33e6ca7 to
d719bc5
Compare
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.