Aliaksandr Valialkin
|
55b5c13839
|
lib/encoding: follow-up for 49e3665d6d
Improve performance for typical cases of varint marshaling / unmarshaling further.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5721
|
2024-02-01 05:37:40 +02:00 |
|
Fuchun Zhang
|
49e3665d6d
|
make encoding.MarshalVarInt64s faster (#5721)
* make encoding.MarshalVarInt64s faster
* add fast path for MarshalVarInt64s
* make UnmarshalVarUint64s faster
* remove comment
|
2024-02-01 05:34:37 +02:00 |
|
Aliaksandr Valialkin
|
8fb8b71295
|
lib/encoding: remove uneeded re-slicing of byte slice before passing it to binary.BigEndian.Uint*
|
2024-01-23 22:50:29 +02:00 |
|
Aliaksandr Valialkin
|
497ec3f3e6
|
lib/encoding: add MarshalBool/UnmarshalBool and GetUint32s/PutUint32s functions
These functions are going to be used by VictoriaLogs
|
2023-06-19 22:40:55 -07:00 |
|
Aliaksandr Valialkin
|
c6eb404c69
|
lib/encoding: explicitly set slice length passed to binary.BigEndian.Uint*
This allows Go complier to generate more optimal code without bound checks
|
2022-04-12 12:55:21 +03: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 |
|