https://github.com/axamon/timeseries
timeseries package
https://github.com/axamon/timeseries
golang series threadsafe time timeseries
Last synced: 3 months ago
JSON representation
timeseries package
- Host: GitHub
- URL: https://github.com/axamon/timeseries
- Owner: axamon
- License: mit
- Created: 2019-08-28T20:53:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T18:19:25.000Z (about 6 years ago)
- Last Synced: 2025-08-14T18:25:43.487Z (8 months ago)
- Topics: golang, series, threadsafe, time, timeseries
- Language: Go
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# timeseries
threadsafe timeseries package for gophers
[](https://godoc.org/github.com/axamon/timeseries)
[](https://travis-ci.org/axamon/timeseries)
[](https://codecov.io/gh/axamon/timeseries)
Benchmark:
goos: windows
goarch: amd64
pkg: github.com/axamon/timeseries
BenchmarkAddNewPoint-4 5000000 364 ns/op 70 B/op 0 allocs/op
PASS
ok github.com/axamon/timeseries 2.443s
Success: Benchmarks passed.