jbrukh / windowLinks
Efficient moving window for high-speed data processing.
☆32Updated 8 years ago
Alternatives and similar repositories for window
Users that are interested in window are comparing it to the libraries listed below
Sorting:
- Streaming TopK estimates☆89Updated 4 years ago
- a small circular ring buffer library in go / golang☆187Updated 6 years ago
- Fast generation of 192-bit UUIDs☆87Updated 2 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆63Updated 5 years ago
- Asynchronous read-ahead for Go readers☆238Updated last year
- Distributed, reliable database and cache library, server, and client. Inspired by Redis.☆59Updated 8 years ago
- Golang LRU read-through cache backed by a remote store☆32Updated 9 years ago
- A []byte pool for Go.☆44Updated 3 years ago
- Persist to disk channel for Go.☆48Updated 8 years ago
- Package inmem provides an in memory LRU cache with TTL support.☆81Updated 8 years ago
- ZebraPack format is like gobs version 2: serialization in Go, *but* extremely fast and friendly to other languages. Use Go as your schema…☆171Updated 7 years ago
- A file backed circular buffer for Go. Mmap file into memory. Madvise to lower memory footprint.☆82Updated last year
- a library for reliable and flow-controlled nats sessions using the sliding window protocol. Written in golang.☆58Updated 8 years ago
- Golang POSIX shared memory library☆68Updated 10 years ago
- Shutdown Management package for Go v2☆51Updated 3 years ago
- Low latency batching queues for Go☆75Updated 9 years ago
- Very fast, very unsafe serialization for Go