SIGN IN SIGN UP

Remove io_optimized / sbq_speedup storage mode (#195)

The `io_optimized` / `SbqSpeedup` storage mode follows the DiskANN
approach more closely than `storage_optimized` / `SbqCompression`, but
by storing neighbor vectors in `SbqNode`, the index size becomes bloated
and benchmarks performed poorly. Thus it was never documented externally
or used anywhere afaik. This CR simplifies the code by removing this
storage mode.
T
tjgreen42 committed
3295583954152a863dcc27ec6a86a5794ed2dd2c
Parent: fa89f2f
Committed by GitHub <noreply@github.com> on 2/24/2025, 7:07:44 PM