Ivan Pleshkov
|
c737d9d087
|
P-Square one pass quantile estimation method (#7520)
* p square one pass method
* are you happy fmt
* fix n=9 case
* marker struct
* refactor
* proper tests
* add bench
* better namings
* are you happy clippy
* are you happy clippy
* fix additional markers order
* use ArrayVec instead of SmallVec
* use orderer float to sort f64
* Update lib/quantization/src/p_square.rs
Co-authored-by: xzfc <5121426+xzfc@users.noreply.github.com>
* Update lib/quantization/src/p_square.rs
Co-authored-by: xzfc <5121426+xzfc@users.noreply.github.com>
* mispelling
* review remarks
* fix typo
* change float checks order
---------
Co-authored-by: xzfc <5121426+xzfc@users.noreply.github.com>
|
2025-11-21 20:21:32 +03:00 |
|