influxdb/pkg
Edd Robinson 94dbbdca7b perf(storage): memoize hashmap prom labels
Prior to this, each hashmap operation that was instrumented involved
initialising a map. Now these maps are pre-initialised.

```
⇒  benchstat old.txt new.txt
name                                                     old time/op    new time/op    delta
Index_CreateSeriesListIfNotExist/create_series-8            5.00s ± 3%     5.13s ± 2%   +2.50%  (p=0.033 n=10+7)
Index_CreateSeriesListIfNotExist/already_exist_series-8     557ms ± 3%     530ms ± 6%   -4.85%  (p=0.001 n=10+8)

name                                                     old alloc/op   new alloc/op   delta
Index_CreateSeriesListIfNotExist/create_series-8           2.57GB ± 0%    1.84GB ± 1%  -28.52%  (p=0.000 n=8+10)
Index_CreateSeriesListIfNotExist/already_exist_series-8     678MB ± 0%     308MB ± 0%  -54.55%  (p=0.000 n=10+8)

name                                                     old allocs/op  new allocs/op  delta
Index_CreateSeriesListIfNotExist/create_series-8            28.9M ± 0%     24.5M ± 0%  -15.22%  (p=0.000 n=9+10)
Index_CreateSeriesListIfNotExist/already_exist_series-8     2.23M ± 0%     0.03M ± 0%  -98.51%  (p=0.000 n=10+10)
```
2019-08-13 11:28:51 +01:00
..
binaryutil Initial import pkg package 2018-10-01 12:03:20 +01:00
bloom chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
bytesutil chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
data/gen fix(query): add Check method to query service interfaces (#12866) 2019-03-25 20:05:44 -07:00
encoding/simple8b Fix typos in miscellaneous packages 2019-04-17 13:30:22 -07:00
escape chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
estimator Fix typos in miscellaneous packages 2019-04-17 13:30:22 -07:00
fs test(fs_test): update readability of fs API tests 2019-07-25 10:09:52 -07:00
lifecycle tsi1: partition close deadlock 2019-04-22 09:06:32 -06:00
limiter chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
metrics chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
mmap chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
pointer Fix typos in miscellaneous packages 2019-04-17 13:30:22 -07:00
pool chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
rhh perf(storage): memoize hashmap prom labels 2019-08-13 11:28:51 +01:00
slices chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
snowflake Initial import pkg package 2018-10-01 12:03:20 +01:00
testing/assert chore(gen): Add ingen generator data structures to platform for reuse 2018-12-11 17:45:57 -07:00