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 }}
trvon
/
sqlite-vec-cpp
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 23, 2026
Merge pull request #1 from trvon/perf/x86-runtime-dispatch
Show description for c293456
trvon
authored
c293456
View commit details
Copy full SHA for c293456
Browse repository at this point
test(quantization): correct the RaBitQ memory-savings expectation
Show description for 0fec31c
trvon
committed
0fec31c
View commit details
Copy full SHA for 0fec31c
Browse repository at this point
fix(sqlite): format size_t error details with %llu in sqlite3_mprintf
Show description for fb7da53
trvon
committed
fb7da53
View commit details
Copy full SHA for fb7da53
Browse repository at this point
Commits on Sep 22, 2026
perf(distances): runtime AVX2+FMA dispatch for float kernels on x86
Show description for d4ce0cc
trvon
committed
d4ce0cc
View commit details
Copy full SHA for d4ce0cc
Browse repository at this point
Commits on Aug 23, 2026
fix(ci): handle gcov negative branch counts
trvon
committed
c8c6e06
View commit details
Copy full SHA for c8c6e06
Browse repository at this point
perf(hnsw): add bounded dense node lookup
trvon
committed
743ad93
View commit details
Copy full SHA for 743ad93
Browse repository at this point
Commits on Aug 22, 2026
perf(hnsw): remove thread-local atomics
trvon
committed
f20a703
View commit details
Copy full SHA for f20a703
Browse repository at this point
Commits on Jul 29, 2026
docs: remove benchmark archives
Show description for 1f24fd0
trvon
committed
1f24fd0
View commit details
Copy full SHA for 1f24fd0
Browse repository at this point
Commits on Jul 11, 2026
perf(hnsw): bound filtered route traversal
Show description for 3b4d0e7
trvon
committed
3b4d0e7
View commit details
Copy full SHA for 3b4d0e7
Browse repository at this point
perf(vec0): filter ANN traversal by rowid
Show description for 46f9723
trvon
committed
46f9723
View commit details
Copy full SHA for 46f9723
Browse repository at this point
Commits on Jun 10, 2026
fix: linux tsan fixes caught in CI
trvon
committed
334177f
View commit details
Copy full SHA for 334177f
Browse repository at this point
fix: harden hnsw+vec0, add true RaBitQ
trvon
committed
bee02f2
View commit details
Copy full SHA for bee02f2
Browse repository at this point
Commits on Jun 2, 2026
fix(vec0): lock incremental persistence and registry
Show description for 391dcee
trvon
committed
391dcee
View commit details
Copy full SHA for 391dcee
Browse repository at this point
fix(vec0): harden ANN persistence path
Show description for 5a6101f
trvon
committed
5a6101f
View commit details
Copy full SHA for 5a6101f
Browse repository at this point
Commits on May 26, 2026
audit: validate HNSW defaults with fold + paperbridge research
Show description for 4953ca0
trvon
committed
4953ca0
View commit details
Copy full SHA for 4953ca0
Browse repository at this point
Commits on May 2, 2026
security: hardening library
trvon
committed
704af1f
View commit details
Copy full SHA for 704af1f
Browse repository at this point
Commits on Apr 27, 2026
perf: improving cold rebuild times
trvon
committed
c047569
View commit details
Copy full SHA for c047569
Browse repository at this point
Commits on Apr 23, 2026
feat: adding support for simeon phss system
trvon
committed
474b433
View commit details
Copy full SHA for 474b433
Browse repository at this point
Commits on Apr 12, 2026
fix: avx fixes
trvon
committed
461c12e
View commit details
Copy full SHA for 461c12e
Browse repository at this point
feat: ci update and avx experimental code
trvon
committed
f77c24a
View commit details
Copy full SHA for f77c24a
Browse repository at this point
feat: dotpod support for neon builds and test updates
trvon
committed
0f347d7
View commit details
Copy full SHA for 0f347d7
Browse repository at this point
fix: test improvements
trvon
committed
79b97cd
View commit details
Copy full SHA for 79b97cd
Browse repository at this point
fix: adding tls fixes for MinGW
trvon
committed
b87af51
View commit details
Copy full SHA for b87af51
Browse repository at this point
feat: updating benchmarks
trvon
committed
83573d3
View commit details
Copy full SHA for 83573d3
Browse repository at this point
feat: linting code
trvon
committed
cd37bbd
View commit details
Copy full SHA for cd37bbd
Browse repository at this point
fix: correctness hardening for quantized HNSW search
Show description for 08b4033
trvon
committed
08b4033
View commit details
Copy full SHA for 08b4033
Browse repository at this point
feat: quantized two-stage HNSW search (LVQ-8, LVQ-4, RaBitQ)
Show description for 220148a
trvon
committed
220148a
View commit details
Copy full SHA for 220148a
Browse repository at this point
feat: correctness improvements
trvon
committed
b8ed301
View commit details
Copy full SHA for b8ed301
Browse repository at this point
feat: hnsw optimizations and ann improvements
trvon
committed
05d0295
View commit details
Copy full SHA for 05d0295
Browse repository at this point
fix: bug fixes and build system clean up
trvon
committed
df7c060
View commit details
Copy full SHA for df7c060
Browse repository at this point
Commits on Mar 20, 2026
fix: additiional persistence improvements
trvon
committed
35b0da5
View commit details
Copy full SHA for 35b0da5
Browse repository at this point
feat: improving catch up logic
trvon
committed
7c7ce15
View commit details
Copy full SHA for 7c7ce15
Browse repository at this point
Commits on Mar 9, 2026
fix: hardening multiprocessing logic
trvon
committed
c016083
View commit details
Copy full SHA for c016083
Browse repository at this point
Commits on Feb 16, 2026
feat: optimizations and benchmark expansion
trvon
committed
09f016c
View commit details
Copy full SHA for 09f016c
Browse repository at this point
Commits on Jan 24, 2026
code formatting
trvon
committed
acd42a6
View commit details
Copy full SHA for acd42a6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.