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
.
unum-cloud
/
USearch
Public
Notifications
You must be signed in to change notification settings
Fork
340
Star
4.3k
Code
Issues
77
Pull requests
19
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
USearch
python
on
main-dev
User selector
All users
All time
Commit history
Commits on May 23, 2026
Improve: Serialize concurrent same-`Index` Python access with a mutex
Show description for 47528b5
ashvardanian
committed
47528b5
View commit details
Copy full SHA for 47528b5
View code at this point
Browse repository at this point
Improve: Test GIL-release contract and progress-callback path
Show description for a598493
ashvardanian
committed
a598493
View commit details
Copy full SHA for a598493
View code at this point
Browse repository at this point
Improve: Release Python GIL during long index operations
Show description for d8be67d
ashvardanian
committed
d8be67d
View commit details
Copy full SHA for d8be67d
View code at this point
Browse repository at this point
Commits on Apr 19, 2026
Fix: Restore 2D NDArray return for `Index.vectors` and `eval.self_recall`
ashvardanian
committed
13e2393
View commit details
Copy full SHA for 13e2393
View code at this point
Browse repository at this point
Improve: Harden Python type hints
ashvardanian
committed
cdc7be6
View commit details
Copy full SHA for cdc7be6
View code at this point
Browse repository at this point
Fix: Index.get returns uninitialized memory for missing keys
Show description for 22f76d3
3 people
committed
22f76d3
View commit details
Copy full SHA for 22f76d3
View code at this point
Browse repository at this point
Chore: Type coverage blindspots & stale links
Show description for 06ad060
ashvardanian
committed
06ad060
View commit details
Copy full SHA for 06ad060
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
Improve: Harden mini-float testing across SDKs
ashvardanian
committed
967eb54
View commit details
Copy full SHA for 967eb54
View code at this point
Browse repository at this point
Commits on Apr 15, 2026
Make: Bump NumKong to v7.5
ashvardanian
committed
c666f16
View commit details
Copy full SHA for c666f16
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
Improve: Reuse `eval.random_vectors` in scripts
ashvardanian
committed
2b7f469
View commit details
Copy full SHA for 2b7f469
View code at this point
Browse repository at this point
Improve: New benchmarking suite
ashvardanian
committed
4f6d2d7
View commit details
Copy full SHA for 4f6d2d7
View code at this point
Browse repository at this point
Improve: Type annotations for Python SDK & scripts
ashvardanian
committed
c39b15b
View commit details
Copy full SHA for c39b15b
View code at this point
Browse repository at this point
Commits on Apr 6, 2026
Add: Native UInt8 `u8` API and Float6 `e2m3` & `e3m2` quantization
Show description for e4db172
ashvardanian
committed
e4db172
View commit details
Copy full SHA for e4db172
View code at this point
Browse repository at this point
Commits on Apr 5, 2026
Fix: PyTest module collision & PeachPy on Python 3.11+
Show description for 8ed2548
ashvardanian
committed
8ed2548
View commit details
Copy full SHA for 8ed2548
View code at this point
Browse repository at this point
Improve: Expose & test Float8 in Java, ObjC, Go, JS, Rust
ashvardanian
committed
bebb539
View commit details
Copy full SHA for bebb539
View code at this point
Browse repository at this point
Commits on Apr 4, 2026
Add: Float8 support with E5M2 & E4M3
ashvardanian
committed
bf80af8
View commit details
Copy full SHA for bf80af8
View code at this point
Browse repository at this point
Fix: Stale symbol name in `join` demo
ashvardanian
committed
ef0dc4f
View commit details
Copy full SHA for ef0dc4f
View code at this point
Browse repository at this point
Chore: SimSIMD β NumKong refs
ashvardanian
committed
ed7454a
View commit details
Copy full SHA for ed7454a
View code at this point
Browse repository at this point
Commits on Mar 28, 2026
Add: Uniform hardware caps queries across SDKs
ashvardanian
committed
11f4d5c
View commit details
Copy full SHA for 11f4d5c
View code at this point
Browse repository at this point
Make: Pull NumKong from PyPi
ashvardanian
committed
1b46d1b
View commit details
Copy full SHA for 1b46d1b
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
Docs: Link capitalization
ashvardanian
committed
98eeb9e
View commit details
Copy full SHA for 98eeb9e
View code at this point
Browse repository at this point
Commits on Mar 14, 2026
Fix: Set equality comparison in Numba JIT PyTest
ashvardanian
committed
30381b7
View commit details
Copy full SHA for 30381b7
View code at this point
Browse repository at this point
Commits on Feb 19, 2026
Fix: Python `serialized_length` missing argument (#714)
Show description for 5cde3fc
Crow-de-a-d
authored
5cde3fc
View commit details
Copy full SHA for 5cde3fc
View code at this point
Browse repository at this point
Commits on Nov 30, 2025
Fix: Progress callback passing & minor checks
ashvardanian
committed
c604a90
View commit details
Copy full SHA for c604a90
View code at this point
Browse repository at this point
Commits on Aug 27, 2025
Docs: Usage instructions for Py scripts
ashvardanian
committed
81ac139
View commit details
Copy full SHA for 81ac139
View code at this point
Browse repository at this point
Improve: Handle `.i8bin` files for SpaceV
ashvardanian
committed
106b718
View commit details
Copy full SHA for 106b718
View code at this point
Browse repository at this point
Commits on Aug 21, 2025
Improve: Signal instead of uninitialized matches
Show description for 1979128
ashvardanian
and
constance-scherer
committed
1979128
View commit details
Copy full SHA for 1979128
View code at this point
Browse repository at this point
Commits on Jul 11, 2025
Fix: Reasonably clamp thread-counts
ashvardanian
committed
663eb9b
View commit details
Copy full SHA for 663eb9b
View code at this point
Browse repository at this point
Commits on Jul 8, 2025
Fix: Infinite loop over `index.keys`
Show description for 0168744
ashvardanian
and
mobinln
committed
0168744
View commit details
Copy full SHA for 0168744
View code at this point
Browse repository at this point
Fix: `py::enum_` leak
Show description for 10b3659
ashvardanian
committed
10b3659
View commit details
Copy full SHA for 10b3659
View code at this point
Browse repository at this point
Fix: Avoid copy into `bytes` and use after free
ashvardanian
committed
203a76b
View commit details
Copy full SHA for 203a76b
View code at this point
Browse repository at this point
Improve: Explicitly using `memoryview`
ashvardanian
committed
bb36d3b
View commit details
Copy full SHA for bb36d3b
View code at this point
Browse repository at this point
Improve: Cleaner multithreaded PyTests
ashvardanian
committed
54307f0
View commit details
Copy full SHA for 54307f0
View code at this point
Browse repository at this point
Improve: PyTest for multithread search after restore
Stefano-t
authored and
ashvardanian
committed
be1cbdb
View commit details
Copy full SHA for be1cbdb
View code at this point
Browse repository at this point
Fix: `try_reserve` when restoring index from disk
Stefano-t
authored and
ashvardanian
committed
090b1d4
View commit details
Copy full SHA for 090b1d4
View code at this point
Browse repository at this point
Previous
Next
You canβt perform that action at this time.