chebyrash / promiseLinks
Promise / Future library for Go
☆412Updated last month
Alternatives and similar repositories for promise
Users that are interested in promise are comparing it to the libraries listed below
Sorting:
- Go concurrent-safe, goroutine-safe, thread-safe queue☆434Updated 2 years ago
- Fast ring-buffer deque (double-ended queue)☆752Updated 2 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆657Updated 9 months ago
- Zero-allocation reflection library for Go☆596Updated 2 years ago
- reflect api without runtime reflect.Value cost☆821Updated 10 months ago
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆727Updated 2 years ago
- An enum generator for go☆913Updated 2 months ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆1,014Updated 3 weeks ago
- Fast, zero heap allocation Go Trie for runes or paths☆502Updated last year
- Abstract JSON for Golang with JSONPath support☆291Updated last year
- Initialize structs with default values☆866Updated last year
- Go package for dealing with maps, slices, JSON and other data.☆834Updated 2 months ago
- Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, Po…☆821Updated 2 months ago
- Go Lang implementation of JsonLogic☆211Updated last month
- A library for diffing golang structures☆983Updated 5 months ago
- Golang errors with stack trace and source fragments.☆1,103Updated last year
- Bunch of examples for dealing with the reflect package☆572Updated 4 years ago
- WebSocket implementation for fasthttp.☆585Updated 9 months ago
- Router implementation for fasthttp☆495Updated last year
- In-memory SQL engine in Go sql/driver for testing purpose☆917Updated last year
- 💥 A lightweight DSL & ORM which helps you to write SQL in Go.☆447Updated 4 months ago
- Go structures with default values using tags☆344Updated last year
- A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.☆488Updated last year
- An in-memory cache with item expiration and generics☆1,208Updated 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 …☆402Updated 2 years ago
- Golang Cache component - Multiple drivers☆373Updated 9 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆618Updated last week
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆295Updated 3 years ago
- 🛠 A full-featured dependency injection container for go programming language.☆240Updated 2 years ago
- Parse and modify Go struct field tags☆653Updated 2 years ago