chebyrash / promiseLinks
Promise / Future library for Go
☆412Updated 2 years ago
Alternatives and similar repositories for promise
Users that are interested in promise are comparing it to the libraries listed below
Sorting:
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆636Updated 7 months ago
- Zero-allocation reflection library for Go☆583Updated 2 years ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆430Updated 2 years ago
- Fast ring-buffer deque (double-ended queue)☆739Updated 2 weeks ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆996Updated 2 months ago
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆725Updated last year
- An enum generator for go☆889Updated 3 weeks ago
- WebSocket implementation for fasthttp.☆584Updated 7 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated last year
- Copygen generates code based on Go types. Generate type-based code to copy values from type to type and fields from struct to struct by d…☆399Updated 8 months ago
- reflect api without runtime reflect.Value cost☆813Updated 7 months ago
- Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, Po…☆815Updated 4 months ago
- A library for diffing golang structures☆976Updated 3 months ago
- A comprehensive error handling library for Go☆1,266Updated last year
- Go package for dealing with maps, slices, JSON and other data.☆815Updated last month
- An in-memory cache with item expiration and generics☆1,181Updated last week
- Initialize structs with default values☆859Updated last year
- ⚖️ Fast weighted random selection for Go☆412Updated 2 months ago
- orderedmap is a golang map where the keys keep the order that they're added. It can be de/serialized from/to JSON. It's based closely on …☆397Updated 2 years ago
- Redis client Mock☆337Updated last year
- A thread-safe queue faster and more resource efficient than golang's native channels☆690Updated last year
- Generate interfaces from structure methods.☆347Updated last week
- Generate type-safe Go converters by defining function signatures.☆784Updated 2 months ago
- Golang errors with stack trace and source fragments.☆1,101Updated last year
- Nano ID for Go☆437Updated last year
- Bunch of examples for dealing with the reflect package☆572Updated 4 years ago
- Go library for creating finite state machines