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
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
.
vortex-data
/
vortex
Public
Notifications
You must be signed in to change notification settings
Fork
214
Star
3.2k
Code
Issues
216
Pull requests
145
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat(buffer): add allocator-backed storage
- #9668
#9668
Draft
1/5
gatesn
wants to merge 26 commits into
develop
vortex-data/vortex:develop
from
ngates/buffer-allocator-core
vortex-data/vortex:ngates/buffer-allocator-core
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Draft
feat(buffer): add allocator-backed storage
#9668
gatesn
wants to merge 26 commits into
develop
vortex-data/vortex:develop
from
ngates/buffer-allocator-core
vortex-data/vortex:ngates/buffer-allocator-core
Copy head branch name to clipboard
Commits
Commits on Aug 31, 2026
feat(buffer): add allocator-backed storage
Show description for 409c82f
gatesn
committed
409c82f
View commit details
Copy full SHA for 409c82f
Browse repository at this point
fix(buffer): sort allocator dependency
Show description for 6e4d165
gatesn
committed
6e4d165
View commit details
Copy full SHA for 6e4d165
Browse repository at this point
fix(buffer): align within raw allocations
Show description for cde46c3
gatesn
committed
cde46c3
View commit details
Copy full SHA for cde46c3
Browse repository at this point
fix(buffer): avoid realloc when growing buffers
Show description for a732eda
gatesn
committed
a732eda
View commit details
Copy full SHA for a732eda
Browse repository at this point
perf(buffer): avoid indirection for static allocator
Show description for a49b63b
gatesn
committed
a49b63b
View commit details
Copy full SHA for a49b63b
Browse repository at this point
Revert "perf(buffer): avoid indirection for static allocator"
Show description for cbb356c
gatesn
committed
cbb356c
View commit details
Copy full SHA for cbb356c
Browse repository at this point
perf(buffer): inline hot buffer growth paths
Show description for b683c6e
gatesn
committed
b683c6e
View commit details
Copy full SHA for b683c6e
Browse repository at this point
perf(buffer): preserve aligned seed capacity
Show description for bbe0287
gatesn
committed
bbe0287
View commit details
Copy full SHA for bbe0287
Browse repository at this point
perf(buffer): restore byte-based growth
Show description for c346921
gatesn
committed
c346921
View commit details
Copy full SHA for c346921
Browse repository at this point
fix(buffer): account for alignment when doubling
Show description for f079f58
gatesn
committed
f079f58
View commit details
Copy full SHA for f079f58
Browse repository at this point
Revert "fix(buffer): account for alignment when doubling"
Show description for 5243d46
gatesn
committed
5243d46
View commit details
Copy full SHA for 5243d46
Browse repository at this point
perf(buffer): compact allocator-backed storage
Show description for 7b9ac49
gatesn
committed
7b9ac49
View commit details
Copy full SHA for 7b9ac49
Browse repository at this point
perf(buffer): avoid empty data allocations
Show description for f8de697
gatesn
committed
f8de697
View commit details
Copy full SHA for f8de697
Browse repository at this point
perf(buffer): copy live data for static growth
Show description for 360747d
gatesn
committed
360747d
View commit details
Copy full SHA for 360747d
Browse repository at this point
perf(buffer): double logical growth capacity
Show description for d8c247e
gatesn
committed
d8c247e
View commit details
Copy full SHA for d8c247e
Browse repository at this point
perf(buffer): exclude alignment slack from growth
Show description for c3069e3
gatesn
committed
c3069e3
View commit details
Copy full SHA for c3069e3
Browse repository at this point
perf(buffer): store aligned mutable pointer
Show description for b331ab8
gatesn
committed
b331ab8
View commit details
Copy full SHA for b331ab8
Browse repository at this point
fix(buffer): tighten allocation ownership paths
Show description for 196522c
gatesn
committed
196522c
View commit details
Copy full SHA for 196522c
Browse repository at this point
refactor(buffer): remove mutable bytes traits
Show description for d86a49c
gatesn
committed
d86a49c
View commit details
Copy full SHA for d86a49c
Browse repository at this point
fix(buffer): preserve typed empty alignment
Show description for 98d1e32
gatesn
committed
98d1e32
View commit details
Copy full SHA for 98d1e32
Browse repository at this point
fix(buffer): preserve capacity when realigning
Show description for 03c247b
gatesn
committed
03c247b
View commit details
Copy full SHA for 03c247b
Browse repository at this point
fix(arrow): align empty byte views
Show description for 22787f6
gatesn
committed
22787f6
View commit details
Copy full SHA for 22787f6
Browse repository at this point
perf(fastlanes): borrow unpack scratch buffers
Show description for 34d2209
gatesn
committed
34d2209
View commit details
Copy full SHA for 34d2209
Browse repository at this point
perf(buffer): cache mutable capacity
Show description for 140f2c1
gatesn
committed
140f2c1
View commit details
Copy full SHA for 140f2c1
Browse repository at this point
Commits on Sep 1, 2026
perf(array): freeze default host buffers directly
Show description for bdc6640
gatesn
committed
bdc6640
View commit details
Copy full SHA for bdc6640
Browse repository at this point
perf(buffer): copy live data for static growth
Show description for 82b225f
gatesn
committed
82b225f
View commit details
Copy full SHA for 82b225f
Browse repository at this point
You can’t perform that action at this time.