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
.
nmslib
/
hnswlib
Public
Notifications
You must be signed in to change notification settings
Fork
838
Star
5.3k
Code
Issues
234
Pull requests
57
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Optimize HNSW Memory Allocation with Chunked Arrays
- #633
#633
Open
michaelbautin
wants to merge 13 commits into
nmslib:develop
nmslib/hnswlib:develop
from
michaelbautin:develop_chunking_mem_alloc
michaelbautin/hnswlib:develop_chunking_mem_alloc
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Open
Optimize HNSW Memory Allocation with Chunked Arrays
#633
michaelbautin
wants to merge 13 commits into
nmslib:develop
nmslib/hnswlib:develop
from
michaelbautin:develop_chunking_mem_alloc
michaelbautin/hnswlib:develop_chunking_mem_alloc
Copy head branch name to clipboard
Commits
Commits on Sep 26, 2025
Chunked memory allocation
michaelbautin
committed
688f06a
View commit details
Copy full SHA for 688f06a
Browse repository at this point
Commits on Sep 27, 2025
Turn prefetching back on
michaelbautin
committed
5de0c43
View commit details
Copy full SHA for 5de0c43
Browse repository at this point
Fix compilation
michaelbautin
committed
e23f6ca
View commit details
Copy full SHA for e23f6ca
Browse repository at this point
Fix another invalid prefetch. Better output on range check error.
michaelbautin
committed
a070bc5
View commit details
Copy full SHA for a070bc5
Browse repository at this point
Attempting to fix Python bindings
michaelbautin
committed
11bffd7
View commit details
Copy full SHA for 11bffd7
Browse repository at this point
Another attempt to fix the Python bindings build
michaelbautin
committed
17ef9d3
View commit details
Copy full SHA for 17ef9d3
Browse repository at this point
Fix copyFrom argument (should be const char*)
michaelbautin
committed
0912989
View commit details
Copy full SHA for 0912989
Browse repository at this point
Simplify managing chunked array of neighbor list pointers. Another attempt to fix Python bindings.
michaelbautin
committed
55644e8
View commit details
Copy full SHA for 55644e8
Browse repository at this point
Commits on Sep 29, 2025
Clear level 0 memory when calling clear(). Fix HNSW pickling/unpickling in Python bindings.
michaelbautin
committed
cc68c8f
View commit details
Copy full SHA for cc68c8f
Browse repository at this point
Make the number of elements per chunk configurable
michaelbautin
committed
517f5eb
View commit details
Copy full SHA for 517f5eb
Browse repository at this point
Make field declaration order consistent with initialization order to fix build
michaelbautin
committed
12fc750
View commit details
Copy full SHA for 12fc750
Browse repository at this point
Commits on Oct 2, 2025
Revert unintended indentation
michaelbautin
committed
c32cc21
View commit details
Copy full SHA for c32cc21
Browse repository at this point
Commits on Oct 28, 2025
Fix a bug with reading/writing the last chunk
michaelbautin
committed
ba9695a
View commit details
Copy full SHA for ba9695a
Browse repository at this point
You can’t perform that action at this time.