liyue201 / gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
☆1,067Updated 2 weeks ago
Alternatives and similar repositories for gostl:
Users that are interested in gostl are comparing it to the libraries listed below
- Distributed mutual exclusion lock using Redis for Go☆3,505Updated 4 months ago
- ☔️ A complete Go cache library that brings you multiple ways of managing your caches☆2,537Updated last week
- A goroutine pool for Go☆3,937Updated last year
- Simplified distributed locking implementation using Redis☆1,512Updated 9 months ago
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,163Updated 6 months ago
- Gen: Friendly & Safer GORM powered by Code Generation☆2,317Updated this week
- An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC☆2,628Updated 10 months ago
- Universal Utilities for Go☆1,777Updated last month
- 💪 Helper Utils(700+): int, byte, string, array/slice, map, struct, dump, convert/format, error, web/http, cli/flag, OS/ENV, filesystem, …☆2,045Updated last week
- Example code for Go generics☆1,355Updated last year
- ⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。☆1,085Updated 3 weeks ago
- gomonkey is a library to make monkey patching in unit tests easy☆2,073Updated 6 months ago
- A lightweight stream processing library for Go☆1,960Updated last week
- An interesting go struct tag expression syntax for field validation, etc.☆1,677Updated 10 months ago
- Golang LRU cache☆4,437Updated 3 weeks ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆894Updated 2 weeks ago
- 📝 Go: A Documentary | https://golang.design/history☆1,060Updated 5 months ago
- Efficient token-bucket-based rate limiter package.