VictoriaMetrics/lib/encoding
2020-04-28 00:01:54 +03:00
..
zstd lib/encoding/zstd: prevent from possible encoder leak when concurrent goroutines create encoders for the same compressionLevel 2019-12-23 18:05:41 +02:00
compress.go all: add Pure Go build (pull request #114) 2019-07-23 19:26:39 +03:00
compress_test.go lib/encoding: substitute CompressZSTD with CompressZSTDLevel 2019-05-24 12:32:55 +03:00
encoding.go lib/encoding: log the compressed block contents if it cannot be decompressed or unmarshaled 2019-12-24 20:48:31 +02:00
encoding_cgo_test.go lib/encoding: reduce possibility of failure in TestMarshalInt64ArraySize 2020-04-28 00:01:54 +03:00
encoding_pure_test.go all: add Pure Go build (pull request #114) 2019-07-23 19:26:39 +03:00
encoding_test.go lib/encoding: small fixes in tests after the PR #114 2019-07-23 19:37:51 +03:00
encoding_timing_test.go lib/{encoding,decimal}: add benchmarks for blocks containing zeros or ones 2019-11-01 16:48:12 +02:00
int.go lib/encoding: optimize UnmarshalUint* and UnmarshalInt* 2019-09-20 13:08:16 +03:00
int_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
int_timing_test.go lib/encoding: optimize UnmarshalUint* and UnmarshalInt* 2019-09-20 13:08:16 +03:00
nearest_delta.go lib/encoding: mention src contents in error message returned from unmarshalInt64NearestDelta* 2019-12-24 20:41:52 +02:00
nearest_delta2.go lib/encoding: mention src contents in error message returned from unmarshalInt64NearestDelta* 2019-12-24 20:41:52 +02:00
nearest_delta2_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
nearest_delta2_timing_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
nearest_delta_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
nearest_delta_timing_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00