Aliaksandr Valialkin
|
d845edc24b
|
lib: consistently use atomic.* types instead of atomic.* functions
See ea9e2b19a5
|
2024-02-24 02:10:04 +02:00 |
|
Aliaksandr Valialkin
|
412f872597
|
lib/decimal: follow-up for e6bad5174f
- Add a benchmark for CalbirateAndScale.
- Reduce the decimal multipliers table size from 256Kb to 192bytes.
- Use more clear naming for variables.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5672
|
2024-01-27 00:08:32 +01:00 |
|
Aliaksandr Valialkin
|
107a056ade
|
lib/decimal: use consistent randomizer in tests
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3683
|
2023-01-23 19:24:05 -08:00 |
|
Aliaksandr Valialkin
|
3d1f4408cf
|
lib/decimal: increase decimal->float speed conversion for integer numbers
|
2019-11-20 14:09:10 +02:00 |
|
Aliaksandr Valialkin
|
f1f2eff08f
|
lib/decimal: reduce rounding error when converting from decimal to float with negative exponent
While at it, slightly increase the conversion performance by moving fast path to the top of the loop.
|
2019-11-19 23:34:41 +02:00 |
|
Aliaksandr Valialkin
|
1037053fed
|
lib/{encoding,decimal}: add benchmarks for blocks containing zeros or ones
Time series with such values are quite common in monitoring space,
so it would be great to have benchmarks for them.
|
2019-11-01 16:46:08 +02:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|