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
- Add efficient overloads for different Python data types:
* uint64_t for non-negative integers
* int64_t for negative/positive integers
* double for floats
* std::string for strings
* bytes objects for binary data
- Use proper static_cast syntax for nanobind compatibility
- Add comprehensive unit test for all supported data types
- Remove memoryview support (not available in nanobind)
- All 16 bloom filter tests pass
0 commit comments