-
Notifications
You must be signed in to change notification settings - Fork 257
Closed
Labels
enhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on
Description
Describe what you are looking for
Currently in the Python library, the key type is hard-coded as uint64:
https://github.com/unum-cloud/usearch/blob/main/python/usearch/index.py#L72
It seems difficult to use uint32 as keys for an index. I have billions of vectors, so a smaller key would help a lot with saving space and memory.
Can you contribute to the implementation?
- I can contribute
Is your feature request specific to a certain interface?
Python bindings
Contact Details
No response
Is there an existing issue for this?
- I have searched the existing issues
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on