SiaFoundation / muxLinks
A privacy-focused stream multiplexer
☆44Updated 3 months ago
Alternatives and similar repositories for mux
Users that are interested in mux are comparing it to the libraries listed below
Sorting:
- ☆31Updated last year
- Fast, zero-allocation, lexicographic-order-preserving packing/unpacking of native Go types to bytes.☆47Updated 11 months ago
- Provides SIMD within a register (SWAR) primitives in Golang☆53Updated 5 months ago
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- Simple Go library for executing lots of operations spread over any number of threads☆75Updated 2 years ago
- Binary Serialization with explicit layout and versioning☆19Updated 2 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- OS Signal Handlers in Go☆11Updated 4 years ago
- A set of performant rate limiters for Go☆91Updated last year
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 3 years ago
- A Go package for managing a group of collaborating goroutines.☆33Updated last week
- Simple and efficient WAL implementation in Go 🚀☆61Updated last year
- Golang "native" implementation of word2vec algorithm (word2vec++ port)☆29Updated 3 weeks ago
- Embed arbitrary resources into a go executable at runtime, after the executable has been built.☆88Updated 5 months ago
- Run GPU code on your Apple system with Go.☆59Updated 3 years ago
- Golang in-memory caching stream reader☆35Updated last year
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- Improved Go Syntax (transpiler)☆71Updated 5 years ago
- A Kafka log inspired in-memory and append-only data structure☆134Updated last month
- Simple proof-of-work package for Go☆27Updated 6 years ago
- Generic concurrent lock-free map for Golang☆44Updated last year
- scan sql rows into any type powered by generics☆67Updated last year
- Fault tolerant, sharded key value storage written in GoLang☆84Updated 2 years ago
- Package passwap provides a unified implementation between different password hashing algorithms. It allows for easy swapping between algo…☆69Updated 3 weeks ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 6 months ago
- VarInt: fast & memory efficient arbitrary bit width integers in Go.☆36Updated 2 years ago
- Streaming JSON encoding for Golang☆30Updated 3 weeks ago
- A Go Machine Learning Package that is a light wrapper for LightGBM.☆39Updated 2 years ago
- An offheap memory allocator for manual memory management in Golang