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 }}
workglow-dev
/
libs
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
14
Code
Issues
64
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add TurboQuant vector quantization algorithm
- #354
#354
Draft
sroussey
wants to merge 26 commits into
main
workglow-dev/libs:main
from
claude/integrate-arxiv-paper-VF55c
workglow-dev/libs:claude/integrate-arxiv-paper-VF55c
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Draft
Add TurboQuant vector quantization algorithm
#354
sroussey
wants to merge 26 commits into
main
workglow-dev/libs:main
from
claude/integrate-arxiv-paper-VF55c
workglow-dev/libs:claude/integrate-arxiv-paper-VF55c
Copy head branch name to clipboard
Commits
Commits on Aug 16, 2026
feat(util,ai): add TurboQuant vector quantization algorithm
Show description for e766421
sroussey
authored and
claude
committed
e766421
View commit details
Copy full SHA for e766421
Browse repository at this point
Potential fix for pull request finding 'Unused variable, import, function or class'
sroussey
authored and
claude
committed
c0d79a5
View commit details
Copy full SHA for c0d79a5
Browse repository at this point
fix(util,ai): address PR review comments on TurboQuantize and VectorQuantizeTask
Show description for 016fa06
sroussey
authored and
claude
committed
016fa06
View commit details
Copy full SHA for 016fa06
Browse repository at this point
feat(util,ai): add turboQuantizeToTypedArray for direct storage-compatible output
Show description for abf62ee
sroussey
authored and
claude
committed
abf62ee
View commit details
Copy full SHA for abf62ee
Browse repository at this point
chore: apply prettier formatting to TurboQuant files
Show description for ab8c9a9
claude
committed
ab8c9a9
View commit details
Copy full SHA for ab8c9a9
Browse repository at this point
fix(util,ai): restrict TurboQuant to signed targets; harden input validation (#713)
Show description for de8a04b
sroussey
and
claude
committed
de8a04b
View commit details
Copy full SHA for de8a04b
Browse repository at this point
fix(util,ai): correct TurboQuant quantization grid and harden its decode path
Show description for 120eec3
claude
committed
120eec3
View commit details
Copy full SHA for 120eec3
Browse repository at this point
fix(util): scale the TurboQuant norm, and repair three tests that could not fail (#757)
Show description for f15bec0
sroussey
and
claude
committed
f15bec0
View commit details
Copy full SHA for f15bec0
Browse repository at this point
fix(ai): expose TurboQuant padding on VectorQuantizeTask and correct its guidance (#762)
Show description for c475f01
sroussey
and
claude
committed
c475f01
View commit details
Copy full SHA for c475f01
Browse repository at this point
test(util): measure TurboQuant's cosine bias on correlated pairs (currently red)
Show description for c027fb5
sroussey
authored and
claude
committed
c027fb5
View commit details
Copy full SHA for c027fb5
Browse repository at this point
fix(util): recover the cosine from TurboQuant's 1-bit sign statistic
Show description for 89796c8
sroussey
authored and
claude
committed
89796c8
View commit details
Copy full SHA for 89796c8
Browse repository at this point
docs(util): state that TurboQuant's packed codec has no storage path (#802)
Show description for f76c298
sroussey
and
claude
committed
f76c298
View commit details
Copy full SHA for f76c298
Browse repository at this point
fix(util): correct TurboQuant's cosine shrinkage at 2-4 bits (#803)
Show description for 25902d5
sroussey
and
claude
committed
25902d5
View commit details
Copy full SHA for 25902d5
Browse repository at this point
docs(util,ai): correct TurboQuant's accuracy claims against an honest int8 baseline (#801)
Show description for 7c525f0
sroussey
and
claude
committed
7c525f0
View commit details
Copy full SHA for 7c525f0
Browse repository at this point
fix(util): reject a TurboQuant record whose norm overflows a double
Show description for 24e1eb9
claude
committed
24e1eb9
View commit details
Copy full SHA for 24e1eb9
Browse repository at this point
test(util): measure TurboQuant's ranking fidelity per bit width
Show description for 8d45e8f
claude
committed
8d45e8f
View commit details
Copy full SHA for 8d45e8f
Browse repository at this point
docs(util): correct TurboQuant's ranking claim to what the measurement shows
Show description for b98fe04
claude
committed
b98fe04
View commit details
Copy full SHA for b98fe04
Browse repository at this point
docs(util): warn that turboDequantize's output is not shrinkage-corrected
Show description for 60f9e36
claude
committed
60f9e36
View commit details
Copy full SHA for 60f9e36
Browse repository at this point
fix(ai): reject a heterogeneous vector batch under method "turbo"
Show description for 7129524
claude
committed
7129524
View commit details
Copy full SHA for 7129524
Browse repository at this point
fix(ai): reject a heterogeneous vector batch under every method
Show description for 70636ee
claude
committed
70636ee
View commit details
Copy full SHA for 70636ee
Browse repository at this point
Merge pull request #814 from workglow-dev/claude/optimistic-goldberg-d74u5n-turboquant-fixes
Show description for 86780fb
sroussey
authored
86780fb
View commit details
Copy full SHA for 86780fb
Browse repository at this point
Commits on Aug 17, 2026
fix(util): reject a TurboQuant prepared query that cannot span its candidate
Show description for 1d9ae30
claude
committed
1d9ae30
View commit details
Copy full SHA for 1d9ae30
Browse repository at this point
test(ai): pin the padded turbo vector's IVectorStorage width contract
Show description for 7051db2
claude
committed
7051db2
View commit details
Copy full SHA for 7051db2
Browse repository at this point
docs(util,ai): correct TurboQuant's accuracy advice, bias table and public disclaimer
Show description for bd96660
claude
committed
bd96660
View commit details
Copy full SHA for bd96660
Browse repository at this point
fix(util): pin TurboQuant's solved loading factors and drop the boxed code array
Show description for 3a41c76
claude
committed
3a41c76
View commit details
Copy full SHA for 3a41c76
Browse repository at this point
Merge pull request #834 from workglow-dev/claude/turboquant-review-fixes-354
Show description for f4d3a6f
sroussey
authored
f4d3a6f
View commit details
Copy full SHA for f4d3a6f
Browse repository at this point
You can’t perform that action at this time.