Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NVIDIA
/
cudf
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
9.7k
Code
Issues
1.2k
Pull requests
166
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Optimize RLE decoding by staging in shared memory
- #23090
#23090
Merged
rapids-bot[bot]
merged 13 commits into
NVIDIA:main
NVIDIA/cudf:main
from
vyasr:opt/rle-shm
vyasr/cudf:opt/rle-shm
Copy head branch name to clipboard
Jul 10, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Optimize RLE decoding by staging in shared memory
#23090
rapids-bot[bot]
merged 13 commits into
NVIDIA:main
NVIDIA/cudf:main
from
vyasr:opt/rle-shm
vyasr/cudf:opt/rle-shm
Copy head branch name to clipboard
Commits
Commits on Jul 2, 2026
perf(parquet): stage RLE level streams into shared memory for faster header parsing
vyasr
committed
cf03e8a
View commit details
Copy full SHA for cf03e8a
Browse repository at this point
Minor tweaks
vyasr
committed
72a3fa5
View commit details
Copy full SHA for 72a3fa5
Browse repository at this point
Commits on Jul 6, 2026
Merge remote-tracking branch 'upstream/main' into opt/rle-shm
vyasr
committed
2085c43
View commit details
Copy full SHA for 2085c43
Browse repository at this point
Merge branch 'main' into opt/rle-shm
vyasr
committed
4a5b5ef
View commit details
Copy full SHA for 4a5b5ef
Browse repository at this point
Switch to using cuda::memcpy_async with a suitable barrier
vyasr
committed
6942aea
View commit details
Copy full SHA for 6942aea
Browse repository at this point
Commits on Jul 7, 2026
Align shared staging buffers to 16 bytes for vectorized async copy
vyasr
committed
26bf960
View commit details
Copy full SHA for 26bf960
Browse repository at this point
Use cuda::std::distance for length computation in rle_stream
vyasr
committed
be36326
View commit details
Copy full SHA for be36326
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into opt/rle-shm
vyasr
committed
a7dc794
View commit details
Copy full SHA for a7dc794
Browse repository at this point
fix(io): address wence- review comments on RLE stream staging
vyasr
committed
499252f
View commit details
Copy full SHA for 499252f
Browse repository at this point
Commits on Jul 8, 2026
fix(io): address kingcrimsontianyu review comments on RLE stream staging
Show description for b6e1149
vyasr
committed
b6e1149
View commit details
Copy full SHA for b6e1149
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into opt/rle-shm
vyasr
committed
6f158de
View commit details
Copy full SHA for 6f158de
Browse repository at this point
Merge branch 'main' into opt/rle-shm
vyasr
committed
01310b9
View commit details
Copy full SHA for 01310b9
Browse repository at this point
fix(io): use single shared staging buffer for def/rep level decode
Show description for 6334684
vyasr
committed
6334684
View commit details
Copy full SHA for 6334684
Browse repository at this point
You can’t perform that action at this time.