Go to file
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
chunks chunks: don't mutate in bstream iterator 2016-11-30 19:39:22 +01:00
cmd/tsdb Add benchmark utility 2016-11-15 10:35:42 +01:00
index Fix pages and index package 2016-11-15 15:53:48 +01:00
pages Fix pages and index package 2016-11-15 15:53:48 +01:00
adapter.go Make adapter work + comment it out 2016-11-15 11:46:17 +01:00
db.go Add main db implementation 2016-11-15 10:34:25 +01:00
db_test.go Add main db implementation 2016-11-15 10:34:25 +01:00
index.go Add main db implementation 2016-11-15 10:34:25 +01:00
persist.go Add main db implementation 2016-11-15 10:34:25 +01:00
querier.go Remove Prometheus internal metric type from interface 2016-11-15 11:43:34 +01:00