Aliaksandr Valialkin
|
7e1dd8ab9d
|
lib: consistently use atomic.* types instead of atomic.* functions
See ea9e2b19a5
|
2024-02-24 02:07:53 +02:00 |
|
Aliaksandr Valialkin
|
3d1cb011b6
|
lib/encoding: make deterministic tests which rely on math/rand
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3683
|
2023-01-23 18:41:09 -08:00 |
|
Aliaksandr Valialkin
|
d5dddb0953
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
This will simplify examining the returned errors such as httpserver.ErrorWithStatusCode .
See https://blog.golang.org/go1.13-errors for details.
|
2020-06-30 23:05:11 +03:00 |
|
Aliaksandr Valialkin
|
808fc0971f
|
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:48:12 +02:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|