mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
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. |
||
---|---|---|
.. | ||
bstream.go | ||
chunk.go | ||
chunk_test.go | ||
xor.go |