33arc's Stars
fusesource/rocksdbjni
A Java JNI driver to rocksdb
cockroachdb/pebble
RocksDB/LevelDB inspired key-value database in Go
cenkalti/backoff
⏱ The exponential backoff algorithm in Go
bmatcuk/doublestar
Implements support for double star (**) matches in golang's path.Match and filepath.Glob.
armon/go-radix
Golang implementation of Radix trees
Masterminds/goutils
GoUtils is a Go implementation of some string manipulation libraries of Apache Commons. This is an open source project aimed at providing Go users with utility functions to manipulate strings in various ways.
Masterminds/semver
Work with Semantic Versions in Go
huandu/xstrings
Implements string functions widely used in other languages but absent in Go.
the-tourist/algo
sorintlab/stolon
PostgreSQL cloud native High Availability and more.
shenfeng/rockredis
A server using redis protocol, backend by rocksdb. In golang
armory-io/go-commons
xdp-project/bpf-examples
Making eBPF programming easier via build env and examples
lnishan/awesome-competitive-programming
:gem: A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
aws-samples/amazon-s3-multipart-upload-transfer-acceleration
Uploading large objects to S3 using multipart upload, and transfer acceleration
alibaba/clusterdata
cluster data collected from production clusters in Alibaba for cluster management research
itdelatrisu/518-craq
CRAQ implementation in Java
el10savio/Kube-Chain-Replication
A chain replicated key value store using Kubernetes, Go & Redis
GoogleCloudPlatform/terraformer
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
alangibson/awesome-crdt
A collection of awesome CRDT resources
dnaeon/go-vcr
Record and replay your HTTP interactions for fast, deterministic and accurate tests
go-kit/kit
A standard library for microservices.
google/wire
Compile-time Dependency Injection for Go
twitter/the-algorithm
Source code for Twitter's Recommendation Algorithm
bep/workers
Set up tasks to be executed in parallel.
zeromq/goczmq
goczmq is a golang wrapper for CZMQ.
fzipp/gocyclo
Calculate cyclomatic complexities of functions in Go source code.
tailscale/art
implementation of the Allotment Routing Table (ART) algorithm by Donald Knuth, as described in the paper by Yoichi Hariguchi
fpaxos/ffpaxos-tlaplus
TLA+ specification of Fast Flexible Paxos
tlaplus/DrTLAPlus
Dr. TLA+ series - learn an algorithm and protocol, study a specification