mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-29 22:21:08 -05:00
* [ai + manual] Implement Hadamard rotation # Conflicts: # lib/quantization/src/turboquant/mod.rs * [ai + manual] Defer normalization and reduce iterations * Test improvements + Clippy * [AI] Don't use fixed-size chunks * [AI + Manual] Extract permutations and add more tests * Add normalization + Remove signs2 * Remove signs2 too and improve chunk size function * [ai] Improve code * [ai] use reversible LCG for O(1) memory shuffle * Bench fixes + Remove constant in seed * [ai] Review Remarks * [ai] Review remarks * [ai + manual] In-Place rotations