prometheus/chunks
Fabian Reinartz c9ee572709 chunks: don't mutate in bstream iterator
This replaces mutation of underlying bytes in the iterated slice
with a shift counter, which is used when reading the head byte.
This is avoids having to copy the entire slice for every new iterator.
2016-11-30 19:39:22 +01:00
..
bstream.go chunks: don't mutate in bstream iterator 2016-11-30 19:39:22 +01:00
chunk.go chunks: cleanup anything but xor encoding 2016-11-29 22:02:58 +01:00
chunk_test.go chunks: don't mutate in bstream iterator 2016-11-30 19:39:22 +01:00
xor.go chunks: cleanup anything but xor encoding 2016-11-29 22:02:58 +01:00