Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature parity between GoLang and C #409

Open
3 tasks done
ashvardanian opened this issue May 16, 2024 · 1 comment
Open
3 tasks done

Feature parity between GoLang and C #409

ashvardanian opened this issue May 16, 2024 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ashvardanian
Copy link
Contributor

ashvardanian commented May 16, 2024

Our GoLang binding for USearch is missing several APIs that are available in the C version. Let's add these to make the GoLang version just as powerful!

Missing APIs:

  1. SerializedLength: Get file size after serialization.
  2. SaveBuffer: Save index to an in-memory buffer.
  3. LoadBuffer: Load index from an in-memory buffer.
  4. ViewBuffer: View index from an in-memory buffer without copying.
  5. Metadata: Load index metadata from a file.
  6. MetadataBuffer: Load index metadata from a buffer.
  7. ExpansionAdd: Get expansion value for index creation.
  8. ExpansionSearch: Get expansion value for search.
  9. ChangeExpansionAdd: Set new expansion value for index creation.
  10. ChangeExpansionSearch: Set new expansion value for search.
  11. HardwareAcceleration: Get SIMD capabilities.
  12. MemoryUsage: Get memory usage of the index.
  13. Distance: Compute distance between two vectors.
  14. ExactSearch: Multi-threaded exact nearest neighbors search.
  15. Rename: Rename a vector to a different key.

Can you contribute to the implementation?

  • I can contribute

Is your feature request specific to a certain interface?

Other 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
@ashvardanian ashvardanian added good first issue Good for newcomers help wanted Extra attention is needed labels May 16, 2024
@MarkReedZ
Copy link

Working on this

MarkReedZ added a commit to MarkReedZ/usearch that referenced this issue Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants