10 Commits (c5c2566b8afcb77ec559d64afe10d2f7daa18236)

Author SHA1 Message Date
Bryan Boreham b9a9689aae [PERF] Chunk encoding: simplify writeByte 2 months ago
Antoine Pultier d90d0976b5
fix(bstream/writeByte): ensure it appends only one byte (#14854) 2 months ago
Arve Knudsen 108a6bc9f6 tsdb/chunkenc.Pool: Refactor Get and Put 7 months ago
George Krajcsovits 4eab18abd6
[nhcb branch] Use single bit to differentiate between optimized bounds and floats (#13828) 8 months ago
zenador 4acbb7dea6
Add custom buckets to native histogram chunks encoding (#13706) 8 months ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 2 years ago
Bryan Boreham d166da7b59
tsdb: stop saving a copy of last 4 samples in memSeries (#11296) 2 years ago
Dieter Plaetinck d5bfbe3114
improve bstream comments and doc (#9560) 3 years ago
jinglina 1a430e5f89
remove redundant parentheses (#9134) 3 years ago
Marco Pracucci 3b529ddbce
Cleanup bstream_test.go based on post-merge feedback received on #7390 (#7413) 4 years ago
Marco Pracucci f42ed03dc5
Optimized bstream reader used by XORChunk iterator (#7390) 5 years ago
Ganesh Vernekar 7cf09b0395
Moving tsdb into its own subdirectory 5 years ago
Simon Pasquier 597202ae43 Remove more unused code 6 years ago
Simon Pasquier d5d7a097e1 Update Makefile.common 6 years ago
Tom Wilkie 88ebd749dd Make newBReader return a struct, not a pointer. (#459) 6 years ago
Fabian Reinartz 67f0ca8f0e Move index and chunk encoders to own packages 7 years ago
Julius Volz 0e2f8917ed Also add original license info to bstream.go 8 years ago
Julius Volz 8d1fb4fa01 Minor comment fixes and additions. 8 years ago
Fabian Reinartz 778103b450 Add liecence file and headers 8 years ago
Fabian Reinartz 8c48dc2ca5 chunks: varint encoding in first full 64bit numbers 8 years ago
Fabian Reinartz 5e76fd3126 chunks: drop shift, remove branch 8 years ago
Fabian Reinartz c9ee572709 chunks: don't mutate in bstream iterator 8 years ago
Fabian Reinartz fa181a34c1 chunks: cleanup anything but xor encoding 8 years ago
Fabian Reinartz e67cf768dc chunks: remove intermeidate copy from xor chunk 8 years ago