prometheus/tsdb/chunkenc
Julien 4b4d5157b8
chunkenc: add tests for XOR2 active ST delta and value branches (#18363)
Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
2026-03-31 15:15:48 +02:00
..
benchmark_test.go feat(chunkenc): replace xoroptst chunk encoding with xor2 2026-03-06 14:35:06 +01:00
bstream.go tsdb/chunkenc: add writeBits benchmarks, clarify comments, and simplify encodeJoint 2026-03-20 14:54:48 +01:00
bstream_test.go tsdb/chunkenc: add writeBits benchmarks, clarify comments, and simplify encodeJoint 2026-03-20 14:54:48 +01:00
chunk.go Fix linting 2026-03-12 11:07:02 -07:00
chunk_test.go feat(chunkenc): replace xoroptst chunk encoding with xor2 2026-03-06 14:35:06 +01:00
float_histogram.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00
float_histogram_test.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00
histogram.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00
histogram_meta.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
histogram_meta_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
histogram_test.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00
st_helper_test.go test(chunkenc): test that appender can contonue chunks 2026-02-06 15:35:20 +01:00
varbit.go tsdb/chunkenc: optimise XOR2 and varbit hot paths 2026-03-25 09:09:46 +01:00
varbit_test.go chunkenc: add extra tests 2026-03-25 09:59:12 +01:00
xor.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00
xor2.go tsdb/chunkenc: optimise XOR2 and varbit hot paths 2026-03-25 09:09:46 +01:00
xor2_test.go chunkenc: add tests for XOR2 active ST delta and value branches (#18363) 2026-03-31 15:15:48 +02:00
xor_test.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00