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
Code cleanup: remove dead code, fix warnings, hoist thread_local
From /simplify review:
- Delete dead load_data_as_f32 (superseded by load_data_typed)
- Delete dead find_medoid_public (never called from diskann-disk)
- Remove redundant partition_assign wrapper (was 1-line passthrough to
partition_assign_impl, renamed impl back to partition_assign)
- Remove unused mut on two cluster bindings in quantized partition
- Hoist thread_local! F32_BUF to module scope in quantize.rs
- Add missing trim_heap() after partition in build_internal_sq_impl
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments