prometheus/chunkenc
Tom Wilkie 88ebd749dd Make newBReader return a struct, not a pointer. (#459)
This shows up as a hot spot in profiles of queries involving lots of seeks, as each seek creates a new iterator.

Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
2018-11-22 13:21:57 +05:30
..
bstream.go Make newBReader return a struct, not a pointer. (#459) 2018-11-22 13:21:57 +05:30
chunk.go Move index and chunk encoders to own packages 2017-12-21 11:27:54 +01:00
chunk_test.go Move index and chunk encoders to own packages 2017-12-21 11:27:54 +01:00
xor.go Make newBReader return a struct, not a pointer. (#459) 2018-11-22 13:21:57 +05:30