Aliaksandr Valialkin
|
7e1dd8ab9d
|
lib: consistently use atomic.* types instead of atomic.* functions
See ea9e2b19a5
|
2024-02-24 02:07:53 +02:00 |
|
Aliaksandr Valialkin
|
c91614b626
|
lib/encoding: added benchmarks for marshaling / unmarshaling of varints
This is needed for https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5721
|
2024-02-01 05:11:01 +02: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
|
68722c3c74
|
lib/encoding: optimize UnmarshalUint* and UnmarshalInt*
|
2019-09-20 13:08:16 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|