Tv0ridobro / data-structureLinks
some data structures and algorithms using golang
☆69Updated last year
Alternatives and similar repositories for data-structure
Users that are interested in data-structure are comparing it to the libraries listed below
Sorting:
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- Useful Go String methods☆191Updated 2 years ago
- Generic utility functions for dealing with collections in go☆123Updated 5 months ago
- Fastest levenshtein implementation in Go.☆135Updated 4 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Notification broadcaster library☆156Updated 3 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 5 months ago
- Functional tools in Go 1.18 using newly introduced generics☆172Updated 3 years ago
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆239Updated 11 months ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆163Updated 2 years ago
- Experiments with Go generics☆100Updated 3 years ago
- Implementation of Boyer-Moore fast string search algorithm in Go☆58Updated 3 years ago
- Package for fast copying structs of different types☆52Updated 4 years ago
- A zero-dependency generic in-memory cache Go library☆124Updated 9 months ago
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated 8 months ago
- UDP Transport: compress, encrypt and send any data reliably over unreliable UDP connections☆45Updated 4 years ago
- A Trie implementation in Go meant for auto-completion use cases. Supports Levenshtein distance search.☆112Updated 2 years ago
- A better Generic Pool (sync.Pool)☆68Updated 5 months ago
- Data analysis tool for Go. Similar to the famous Python library pandas.☆83Updated 3 years ago
- A PDF renderer for the goldmark markdown parser.☆138Updated 2 months ago
- A set of performant rate limiters for Go☆91Updated last year
- A Go implementation of an in-memory bloom filter, with support for boltdb and badgerdb as optional data persistent storage.☆29Updated 3 years ago
- 👷 Library for safely running groups of workers concurrently or consecutively that require input and output through channels☆166Updated 3 years ago
- Go reflection simplified☆102Updated 11 months ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 3 years ago
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 3 years ago
- Golang package to compute the distance between two geographic latitude, longitude coordinates☆190Updated last year
- A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.☆245Updated 2 years ago
- Highly configurable, fast JSON encoder for Go☆180Updated 2 years ago
- Match regex group into go struct using struct tags and automatic parsing☆148Updated 11 months ago