chebyrash / promiseLinks
Promise / Future library for Go
☆410Updated 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.☆622Updated 5 months ago
- Zero-allocation reflection library for Go☆582Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆429Updated 2 years ago
- A library for diffing golang structures☆966Updated last month
- Fast ring-buffer deque (double-ended queue)☆704Updated 2 months ago
- An enum generator for go☆870Updated this week
- Go package for dealing with maps, slices, JSON and other data.☆796Updated 2 weeks ago
- reflect api without runtime reflect.Value cost☆805Updated 5 months ago
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆723Updated last year
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆980Updated 3 months ago
- Initialize structs with default values☆853Updated last year
- Abstract JSON for Golang with JSONPath support☆279Updated 9 months ago
- Bunch of examples for dealing with the reflect package☆571Updated 4 years ago
- 🛠 A full-featured dependency injection container for go programming language.☆238Updated last year
- A comprehensive error handling library for Go☆1,260Updated 10 months ago
- Generate interfaces from structure methods.☆347Updated last week
- Golang errors with stack trace and source fragments.☆1,099Updated last year
- Go Lang implementation of JsonLogic☆190Updated last week
- WebSocket implementation for fasthttp.☆580Updated 5 months ago
- Configuration for Go applications☆463Updated last year
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated 11 months ago
- In-memory SQL engine in Go sql/driver for testing purpose☆905Updated 11 months ago
- Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, Po…☆810Updated 2 months ago
- Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities…☆251Updated 3 months ago
- High performance Golang HTTP middleware for server-side application layer caching, ideal for REST APIs☆369Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆593Updated 6 months ago
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆292Updated 2 years 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 …☆394Updated last year
- Parse and modify Go struct field tags☆646Updated 2 years ago
- Yet another Go package which parses a Protocol Buffer file (proto2+proto3)☆198Updated last week