ats

command module
v0.0.0-...-715bb7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

README

Adaptive Time Series

The library is in early development state. If you have experience writing ts/statistical functions using hardware vector instructions, feel free to reach out

Experimental Adaptive Time Series Library (Work in Progress)

The library is dedicated to optimizing in-memory time series operations for exceptionally large data structures. Our primary aim is to offer a versatile range of operations while ensuring the core structure can adapt to diverse time series encodings, even those beyond numeric types. In its initial version, we are moving towards the following:

  • Compact series representations for integers, floats, and decimals.
  • Optimal implementation of statistical functions, beyond the usual aggregation functions.
  • Sparse vector operations
  • Sparse matrix operations

Why develop this ?

Coming from a C++ low-latency financial world, I have noticed that Go-land seriously lack a rich set of optimal time series function implementations. I've been on the hunt for these myself while developing other related products in Go. Typically, most time series databases (TSDBs) within the Go landscape only offer basic aggregation functions, leaving a gap in addressing the distinct requirements of streaming and block time series operations, which significantly differ from traditional OLAP functions. Creating optimal implementations of these functionalities in Go has the potential to enhance a multitude of systems, including existing TSDBs, built within this language's framework.

Testing the Compaction

  1. Extract the compressed files in data/ to /tmp/
  2. Run the appropriate Benchmark tests

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
ops

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL