cevaris / ordered_map
Python port of OrderedDict to Go
☆70Updated 2 years ago
Alternatives and similar repositories for ordered_map:
Users that are interested in ordered_map are comparing it to the libraries listed below
- The slice package sorts Go slices.☆111Updated 6 years ago
- Distributed, reliable database and cache library, server, and client. Inspired by Redis.☆59Updated 7 years ago
- [UNMATAINED] A lightweight, fast, orm-like library helps interactive with database☆59Updated 7 years ago
- HTTP for Gophers☆61Updated 6 years ago
- A simple and fast Redis backed key-value store library for Go☆113Updated 8 years ago
- Console JSON formatter with query feature☆65Updated 4 years ago
- Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks☆67Updated 8 years ago
- Dependable Go errors with tracebacks☆53Updated 3 years ago
- Fast parallel version of golang filepath.Walk()☆84Updated 8 years ago
- A scalable lock-free channel.☆135Updated 8 years ago
- Keep your Go package dependencies fresh. Console tool for checking and updating package dependencies (imports).☆141Updated 8 years ago
- Package stack provides utilities to capture and pass around stack traces.☆97Updated 9 years ago
- Fast generation of 192-bit UUIDs☆84Updated last year
- A code generation tool to enable generics in go☆162Updated 7 years ago
- go-pipeline is a Go library to provide some channel "middleware"-like functionality. It can lead to some clean code when processing vario…☆67Updated 8 years ago
- Code generation tool for Go that generates common functions for iterable types such as map and filter for slices and channels.☆88Updated 5 years ago
- Go(Golang) library that provides a clean API for dynamically calling structs methods☆69Updated 8 years ago
- [Go] interface-bench - a quick look at some of Go's subtleties regarding the use of interfaces.