golang-design / channView external linksLinks
a unified channel package for buffered, unbuffered, and unbounded channels
☆43Jan 10, 2023Updated 3 years ago
Alternatives and similar repositories for chann
Users that are interested in chann are comparing it to the libraries listed below
Sorting:
- Runtimex package help to expose Go Runtime internals representation safely.☆13Feb 19, 2025Updated 11 months ago
- Go implementation of bcrypt_pbkdf(3) from OpenBSD☆15Feb 5, 2015Updated 11 years ago
- A Go implementation of the HOTP (RFC 4226) and TOTP (RFC 6238) algorithms.☆21Updated this week
- Golang goroutines synchronization primitive wihout extra dependencies☆14Nov 8, 2024Updated last year
- Deprecated! See https://github.com/golang-design/go2generics.☆25Aug 22, 2021Updated 4 years ago
- partitioned map for write heavy workloads☆14Nov 6, 2025Updated 3 months ago
- ☆15Mar 15, 2023Updated 2 years ago
- 🧵 thead facilities in Go☆18Jan 22, 2021Updated 5 years ago
- A very useful Golang library used for working with describing time.Duration.☆16Sep 15, 2022Updated 3 years ago
- 🔄 Generic, fast and thread-safe round-robin loadbalancer library☆18Aug 8, 2024Updated last year
- gRPC server for hnswlib☆16Mar 6, 2023Updated 2 years ago
- 🔥 control timeout and retry in distributed microservice !!!☆14Feb 27, 2022Updated 3 years ago
- Experimental helper library for generating TypeScript declarations from Go code☆16Aug 12, 2025Updated 6 months ago
- Go REST helpers☆16Jul 18, 2025Updated 6 months ago
- Reactive templating language for Go☆19Sep 2, 2024Updated last year
- ☆18Mar 17, 2025Updated 11 months ago
- 📺 3D Graphics in Go.☆45Dec 18, 2023Updated 2 years ago
- 🌀 A simple Go package for (un-)marshalling null-able JSON types☆21Sep 2, 2025Updated 5 months ago
- The retry package encapsulates the mechanism around retrying commands.☆18Sep 16, 2024Updated last year
- go binding for rdma rsocket☆23Nov 30, 2024Updated last year
- A simple dependency injection library for Rust☆24Dec 21, 2023Updated 2 years ago
- ☆18Sep 17, 2025Updated 4 months ago
- golang bigqueue is the same as redis quicklist.☆21Sep 30, 2022Updated 3 years ago
- golly is a open source library for go☆20Jul 3, 2025Updated 7 months ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆47Nov 29, 2022Updated 3 years ago
- hivego是一个分布式任务调度系统☆19Feb 12, 2023Updated 3 years ago
- unbounded chan☆458May 21, 2024Updated last year
- mDNS / DNS-SD Service Discovery in pure Go (also known as Bonjour)☆26Aug 20, 2025Updated 5 months ago
- xmlwriter is a pure-Go library providing procedural XML generation based on libxml2's xmlwriter module☆29Nov 28, 2025Updated 2 months ago
- Generic data structure using parameterized types in Golang.☆21Apr 1, 2022Updated 3 years ago
- SypexGeo library for Go (provides access data from SypexGeo IP database files)☆24Feb 8, 2022Updated 4 years ago
- ☆25Oct 11, 2021Updated 4 years ago
- Package unique provides primitives for finding unique elements of types that implement sort.Interface.☆25Aug 18, 2015Updated 10 years ago
- Object file abstractions in Go☆31Apr 10, 2024Updated last year
- Various geodesic calculations for C☆27Nov 12, 2024Updated last year
- a thread-safe concurrent map for go☆48Jun 30, 2024Updated last year
- Streaming JSON encoding for Golang☆33Updated this week
- Magic assert macros for Go.