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
216
Star
3.2k
Code
Issues
209
Pull requests
155
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
Merged
3/7
gatesn
merged 30 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
Sep 2, 2026
Conversation
Commits
30
(30)
Checks
Files changed
Merged
feat(buffer): add allocator-backed storage
#9668
gatesn
merged 30 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 Sep 2, 2026
feat(buffer): add allocator-backed storage
Show description for 7986ffe
gatesn
committed
7986ffe
View commit details
Copy full SHA for 7986ffe
Browse repository at this point
fix(buffer): sort allocator dependency
Show description for 02ac434
gatesn
committed
02ac434
View commit details
Copy full SHA for 02ac434
Browse repository at this point
fix(buffer): align within raw allocations
Show description for 5f30e63
gatesn
committed
5f30e63
View commit details
Copy full SHA for 5f30e63
Browse repository at this point
fix(buffer): avoid realloc when growing buffers
Show description for 3c81101
gatesn
committed
3c81101
View commit details
Copy full SHA for 3c81101
Browse repository at this point
perf(buffer): avoid indirection for static allocator
Show description for 758cbe2
gatesn
committed
758cbe2
View commit details
Copy full SHA for 758cbe2
Browse repository at this point
Revert "perf(buffer): avoid indirection for static allocator"
Show description for 03b068d
gatesn
committed
03b068d
View commit details
Copy full SHA for 03b068d
Browse repository at this point
perf(buffer): inline hot buffer growth paths
Show description for 39c0f88
gatesn
committed
39c0f88
View commit details
Copy full SHA for 39c0f88
Browse repository at this point
perf(buffer): preserve aligned seed capacity
Show description for 7e3e826
gatesn
committed
7e3e826
View commit details
Copy full SHA for 7e3e826
Browse repository at this point
perf(buffer): restore byte-based growth
Show description for 1d64656
gatesn
committed
1d64656
View commit details
Copy full SHA for 1d64656
Browse repository at this point
perf(buffer): compact allocator-backed storage
Show description for e921aa6
gatesn
committed
e921aa6
View commit details
Copy full SHA for e921aa6
Browse repository at this point
perf(buffer): avoid empty data allocations
Show description for 5447b43
gatesn
committed
5447b43
View commit details
Copy full SHA for 5447b43
Browse repository at this point
perf(buffer): copy live data for static growth
Show description for e342a1d
gatesn
committed
e342a1d
View commit details
Copy full SHA for e342a1d
Browse repository at this point
perf(buffer): double logical growth capacity
Show description for cbe6a19
gatesn
committed
cbe6a19
View commit details
Copy full SHA for cbe6a19
Browse repository at this point
perf(buffer): exclude alignment slack from growth
Show description for a0c8d18
gatesn
committed
a0c8d18
View commit details
Copy full SHA for a0c8d18
Browse repository at this point
perf(buffer): store aligned mutable pointer
Show description for b983616
gatesn
committed
b983616
View commit details
Copy full SHA for b983616
Browse repository at this point
fix(buffer): tighten allocation ownership paths
Show description for 238f6ef
gatesn
committed
238f6ef
View commit details
Copy full SHA for 238f6ef
Browse repository at this point
refactor(buffer): remove mutable bytes traits
Show description for 4749a94
gatesn
committed
4749a94
View commit details
Copy full SHA for 4749a94
Browse repository at this point
fix(buffer): preserve typed empty alignment
Show description for 31dbdd9
gatesn
committed
31dbdd9
View commit details
Copy full SHA for 31dbdd9
Browse repository at this point
fix(buffer): preserve capacity when realigning
Show description for aa3814b
gatesn
committed
aa3814b
View commit details
Copy full SHA for aa3814b
Browse repository at this point
fix(arrow): align empty byte views
Show description for a1f6c60
gatesn
committed
a1f6c60
View commit details
Copy full SHA for a1f6c60
Browse repository at this point
perf(buffer): cache mutable capacity
Show description for 1bd4807
gatesn
committed
1bd4807
View commit details
Copy full SHA for 1bd4807
Browse repository at this point
perf(array): freeze default host buffers directly
Show description for ce4fe5c
gatesn
committed
ce4fe5c
View commit details
Copy full SHA for ce4fe5c
Browse repository at this point
perf(buffer): copy live data for static growth
Show description for 5c4731b
gatesn
committed
5c4731b
View commit details
Copy full SHA for 5c4731b
Browse repository at this point
perf(array): inline varbin view compaction
Show description for a45d41c
gatesn
committed
a45d41c
View commit details
Copy full SHA for a45d41c
Browse repository at this point
perf(array): avoid struct scalar vec realloc
Show description for 6360590
gatesn
committed
6360590
View commit details
Copy full SHA for 6360590
Browse repository at this point
fix(buffer): allow intentional forced inlining
Show description for 43c10ad
gatesn
committed
43c10ad
View commit details
Copy full SHA for 43c10ad
Browse repository at this point
fix(array): allow intentional forced inlining
Show description for 057234e
gatesn
committed
057234e
View commit details
Copy full SHA for 057234e
Browse repository at this point
bench(buffer): compare allocation ownership
Show description for f1a0055
gatesn
committed
f1a0055
View commit details
Copy full SHA for f1a0055
Browse repository at this point
refactor(buffer): remove physical alignment state
Show description for 78491fb
gatesn
committed
78491fb
View commit details
Copy full SHA for 78491fb
Browse repository at this point
Merge remote-tracking branch 'origin/develop' into ngates/buffer-allocator-core
Show description for 619359d
gatesn
committed
619359d
View commit details
Copy full SHA for 619359d
Browse repository at this point
You can’t perform that action at this time.