Commit Graph

1 Commits (7cf09b0395125280eb3e2d44b603349aeecacec1)

Author SHA1 Message Date
Ganesh Vernekar 7cf09b0395
Moving tsdb into its own subdirectory 6 years ago
Ganesh Vernekar b1cd829030
Reuse Chunk Iterator (#642) 7 years ago
Bryan Boreham 74093f0508 Remove pointer indirection on chunk bstream (#499) 7 years ago
Tom Wilkie 88ebd749dd Make newBReader return a struct, not a pointer. (#459) 7 years ago
Mario Trangoni b7173eb0e5 fix some comments typos (#315) 8 years ago
Mario Trangoni 09142e4dd1 fix unconvert issues: unnecessary conversion 8 years ago
Matt Bostock 2023d8a798 Remove unused field from xorAppender 8 years ago
Fabian Reinartz 67f0ca8f0e Move index and chunk encoders to own packages 8 years ago
Daniel Swarbrick 0585ab3fcd Use Go 1.9 math/bits implementation for counting leading / trailing zeros 8 years ago
Fabian Reinartz 96d7f540d4 Persist series without allocating the full set 8 years ago
Goutham Veeramachaneni 401bdfd4a6 Make Chunks return the number of samples inside 9 years ago
Julius Volz 0e2f8917ed Also add original license info to bstream.go 9 years ago
Fabian Reinartz 87676f4a26 Add dgryski/go-tsz LICENSE to header 9 years ago
Fabian Reinartz 778103b450 Add liecence file and headers 9 years ago
Goutham Veeramachaneni 761e4768f3
Lint and Vet Fixes 9 years ago
Fabian Reinartz 62b8ded0a5 Rename iterator value getters to At() 9 years ago
Fabian Reinartz 5d75a3dc7b Add basic compaction 9 years ago
Fabian Reinartz 675f0886f0 Append to chunks cannot error 9 years ago
Fabian Reinartz 70a0224f19 Change chunk sample number to BigEndian 9 years ago
Fabian Reinartz 40a451694f Refactor persistence into interfaces 9 years ago
Fabian Reinartz b845f8d3a1 Reduce test data allocations 9 years ago
Fabian Reinartz c5945177fb chunks: helper for bit range 9 years ago
Fabian Reinartz 0b6d621471 chunks: bring back lead/trail reuse, truncate incomplete sample 9 years ago
Fabian Reinartz 8c48dc2ca5 chunks: varint encoding in first full 64bit numbers 9 years ago
Fabian Reinartz fa181a34c1 chunks: cleanup anything but xor encoding 9 years ago
Fabian Reinartz e67cf768dc chunks: remove intermeidate copy from xor chunk 9 years ago
Fabian Reinartz 7874d28f32 chunks: implement xor encoding 9 years ago
Fabian Reinartz ae7b18ae34 Add chunk package 9 years ago