influxdb/pkg
Mark Rushakoff 426a9a0b8b Use math/bits exclusively instead of go-bits
We won't be rolling back to pre-Go1.9, so prefer the standard library
over a dependency that provides backwards compatibility.
2018-03-15 12:03:24 -07:00
..
binaryutil
bloom
bytesutil
deep
escape
estimator Use math/bits exclusively instead of go-bits 2018-03-15 12:03:24 -07:00
file
limiter
metrics
mmap Reduce read IOPS in series file due to MADV_RANDOM 2018-01-31 12:38:16 -07:00
pool
pprofutil
rhh Reduce allocations when inserting into RHH 2018-01-31 12:38:11 -07:00
slices
snowflake Generate trace logs for a number of significant influx operations 2018-02-21 15:08:49 -07:00
tar
testing/assert
tracing
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!