Skip to content

[ChunkCodecCore] Faster byte shuffle - #92

Merged
nhz2 merged 3 commits into
mainfrom
faster-shuffle
Aug 24, 2026
Merged

[ChunkCodecCore] Faster byte shuffle#92
nhz2 merged 3 commits into
mainfrom
faster-shuffle

Conversation

@nhz2

@nhz2 nhz2 commented Aug 23, 2026

Copy link
Copy Markdown
Member

Improved ShuffleCodec performance for element sizes 2, 3, 4, and 8.
On a CPU with AVX512 I am seeing around 8x faster byte shuffles.

@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 84.21053% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.30%. Comparing base (37cad2f) to head (8f32b03).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
ChunkCodecCore/src/shuffle.jl 84.21% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
+ Coverage   85.11%   88.30%   +3.18%     
==========================================
  Files           4       42      +38     
  Lines         215     2120    +1905     
==========================================
+ Hits          183     1872    +1689     
- Misses         32      248     +216     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nhz2
nhz2 merged commit 881e9dc into main Aug 24, 2026
67 of 69 checks passed
@nhz2
nhz2 deleted the faster-shuffle branch August 24, 2026 00:04
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.

1 participant