VictoriaMetrics/lib
Aliaksandr Valialkin 808fc0971f lib/{encoding,decimal}: add benchmarks for blocks containing zeros or ones
Time series with such values are quite common in monitoring space,
so it would be great to have benchmarks for them.
2019-11-01 16:48:12 +02:00
..
buildinfo all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
bytesutil lib/prompb: remove superflouos bytes copying in ReadSnappy 2019-06-18 20:37:51 +03:00
decimal lib/{encoding,decimal}: add benchmarks for blocks containing zeros or ones 2019-11-01 16:48:12 +02:00
encoding lib/{encoding,decimal}: add benchmarks for blocks containing zeros or ones 2019-11-01 16:48:12 +02:00
filestream all: port to FreeBSD on GOARCH=amd64 2019-08-28 01:19:23 +03:00
fs lib/fs: typo fix in comment to WriteFileAtomically 2019-10-29 11:31:26 +02:00
httpserver all: return 503 http error if service is temporarily unavailable 2019-08-23 09:55:07 +03:00
logger all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
memory lib/memory: properly handle int overflow in sysTotalMemory 2019-10-17 00:50:48 +03:00
mergeset lib/{mergeset,storage}: limit the maximum number of concurrent merges; leave smaller number of parts during final merge 2019-10-29 12:45:28 +02:00
netutil all: add support for GOARCH=386 and fix all the issues related to 32-bit architectures such as GOARCH=arm 2019-10-17 18:23:23 +03:00
procutil lib/procutil: typo fix in comment to WaitForSigterm 2019-06-04 17:31:47 +03:00
prompb lib/prompb: removed outdated README.md 2019-10-14 22:12:57 +03:00
storage app/vmstorage: add -bigMergeConcurrency and -smallMergeConcurrency flags for tuning the maximum number of CPU cores used during merges 2019-10-31 16:19:13 +02:00
syncwg all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
timerpool lib/timerpool: use timer pool in concurrency limiters 2019-05-28 17:20:10 +03:00
uint64set lib/uint64set: return an emptry set instead of nil set from Set.Clone, since the caller may add data to the cloned set 2019-11-01 16:12:44 +02:00
workingsetcache lib/workingsetcache: remove data race when resetting c.misses 2019-09-22 19:36:49 +03:00