chebyrash / promiseLinks
Promise / Future library for Go
☆407Updated 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.☆601Updated 3 months ago
- Zero-allocation reflection library for Go☆577Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆427Updated 2 years ago
- Fast ring-buffer deque (double-ended queue)☆691Updated this week
- reflect api without runtime reflect.Value cost☆798Updated 3 months ago
- Initialize structs with default values☆843Updated 11 months ago
- Abstract JSON for Golang with JSONPath support☆276Updated 7 months ago
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆716Updated last year
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆964Updated last month
- An enum generator for go☆840Updated 3 weeks ago
- Bunch of examples for dealing with the reflect package☆567Updated 4 years ago
- Go package for dealing with maps, slices, JSON and other data.☆777Updated 5 months ago
- Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, Po…☆801Updated 2 weeks ago
- A library for diffing golang structures☆959Updated last year
- Parse and modify Go struct field tags☆646Updated last year
- Fast, zero heap allocation Go Trie for runes or paths☆494Updated 9 months ago
- Generate interfaces from structure methods.☆343Updated last week
- Yet another Go package which parses a Protocol Buffer file (proto2+proto3)☆196Updated last month
- Configuration for Go applications☆462Updated last year
- High performance Golang HTTP middleware for server-side application layer caching, ideal for REST APIs☆366Updated last year
- 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 …☆391Updated last year
- An in-memory cache with item expiration and generics☆1,106Updated this week
- Generate type-safe Go converters by defining function signatures.☆719Updated last week
- A comprehensive error handling library for Go☆1,257Updated 8 months ago
- Helpfully Functional Go like underscore.js☆403Updated last year
- A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.☆479Updated 5 months ago
- 💥 A lightweight DSL & ORM which helps you to write SQL in Go.☆429Updated 6 months ago
- 🛠 A full-featured dependency injection container for go programming language.☆238Updated last year
- Golang errors with stack trace and source fragments.☆1,092Updated last year
- Router implementation for fasthttp☆485Updated 6 months ago