amendgit's Stars
Significant-Gravitas/AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
samber/lo
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
provectus/kafka-ui
Open-Source Web UI for Apache Kafka Management
dgraph-io/ristretto
A high performance memory-bound Go cache
coocood/freecache
A cache library for Go with zero GC overhead.
hashicorp/golang-lru
Golang LRU cache
tdewolff/minify
Go minifiers for web formats
bojand/ghz
Simple gRPC benchmarking and load testing tool
nsqio/go-nsq
The official Go package for NSQ
EmuELEC/EmuELEC
EmuELEC, retro emulation for Amlogic devices. Based on CoreELEC. https://emuelec.org or join us on Discord: https://discord.gg/jQWCFwTn5T
birdayz/kaf
Modern CLI for Apache Kafka, written in Go.
cespare/xxhash
A Go implementation of the 64-bit xxHash algorithm (XXH64)
richfelker/musl-cross-make
Simple makefile-based build for musl cross compiler
goccy/go-yaml
YAML support for the Go language
willscott/go-nfs
golang NFSv3 server
Vonng/ac
Aho-Corasick Automaton with Double Array Trie (Multi-pattern substitute in go)
FiloSottile/homebrew-musl-cross
Homebrew Formula for static-friendly musl-based GCC macOS-to-Linux cross-compilers
protocolbuffers/protoscope
Protoscope is a simple, human-editable language for representing and emitting the Protobuf wire format.
Jille/raft-grpc-example
Example code for how to get hashicorp/raft running with gRPC
BBVA/raft-badger
Raft backend implementation using BadgerDB
vmihailenco/go-cache-benchmark
Cache benchmark for Golang
glycerine/go-sliding-window
a library for reliable and flow-controlled nats sessions using the sliding window protocol. Written in golang.
tejzpr/ordered-concurrently
Ordered-concurrently a library for concurrent processing with ordered output in Go. Process work concurrently and returns output in a channel in the order of input. It is useful in concurrently processing items in a queue, and get output in the order provided by the queue.
dgryski/go-s4lru
s4lru cache
Jille/grpc-multi-resolver
Multiresolver allows you to Dial to multiple hosts/IPs as a single ClientConn.
thepudds/swisstable
A Go Swisstable that does incremental growth without invalidating iterators
qianbin/directcache
High performance GC-free cache library for Go
kezhuw/go-leveldb-benchmarks
LevelDB benchmarks in Go