``` benchmark old ns/op new ns/op delta BenchmarkSet_Count/set_size_1000-8 38095 28.3 -99.93% BenchmarkSet_Count/set_size_5000-8 152052 30.1 -99.98% BenchmarkSet_Count/set_size_10000-8 50953 54978 +7.90% BenchmarkSet_Count/set_size_50000-8 32495 31222 -3.92% BenchmarkSet_Count/set_size_1000000-8 32603 30800 -5.53% benchmark old allocs new allocs delta BenchmarkSet_Count/set_size_1000-8 4 0 -100.00% BenchmarkSet_Count/set_size_5000-8 4 0 -100.00% BenchmarkSet_Count/set_size_10000-8 0 0 +0.00% BenchmarkSet_Count/set_size_50000-8 0 0 +0.00% BenchmarkSet_Count/set_size_1000000-8 0 0 +0.00% benchmark old bytes new bytes delta BenchmarkSet_Count/set_size_1000-8 16496 0 -100.00% BenchmarkSet_Count/set_size_5000-8 16497 0 -100.00% BenchmarkSet_Count/set_size_10000-8 0 0 +0.00% BenchmarkSet_Count/set_size_50000-8 0 0 +0.00% BenchmarkSet_Count/set_size_1000000-8 0 0 +0.00% ``` |
||
---|---|---|
.. | ||
bytesutil | ||
deep | ||
escape | ||
estimator | ||
limiter | ||
mmap | ||
pool | ||
rhh | ||
slices | ||
README.md |
README.md
pkg/ is a collection of utility packages used by the InfluxDB project without being specific to its internals.
Utility packages are kept separate from the InfluxDB core codebase to keep it as small and concise as possible. If some utilities grow larger and their APIs stabilize, they may be moved to their own repository under the InfluxDB organization, to facilitate re-use by other projects. However that is not the priority.
Because utility packages are small and neatly separated from the rest of the codebase, they are a good place to start for aspiring maintainers and contributors. Get in touch if you want to help maintain them!