A handy reference of common idioms and patterns for algorithms, design patterns, datastructures. The main purpose is reading / learning / teaching.
- Making Badass Developers - Kathy Sierra (Serious Pony) - https://www.youtube.com/watch?v=FKTxC9pl-WM
It isn’t about what skills you have but how quickly you learn.
$ make run
$ make crawl
- aandryashin/init - ---
( 2017-02-12 / 8 commits / 0 stars ) - abcum/cachr - A library of in-memory caching algorithms for Go
( 2017-06-15 / 29 commits / 0 stars ) - abcum/lcp - A longest common prefix library implementation for Go
( 2017-11-08 / 16 commits / 0 stars ) - abcum/ptree - A radix tree library implementation for Go
( 2017-12-05 / 34 commits / 0 stars ) - abcum/tlist - A linked time series list implementation for Go
( 2017-11-08 / 57 commits / 0 stars ) - abcum/vtree - A versioned radix tree library implementation for Go
( 2017-12-05 / 35 commits / 0 stars ) - akresling/jono - A self adjusting worker pool
( 2017-01-06 / 2 commits / 0 stars ) - alexandergrom/componenta - Go наброски
( 2017-10-24 / 29 commits / 1 stars ) - alexandergrom/go-patterns - Design patterns in Golang
( 2017-11-01 / 25 commits / 41 stars ) - alioygur/is - Micro check library in Golang.
( 2017-02-13 / 24 commits / 7 stars ) - arnauddri/algorithms - Algorithms & Data Structures in Go
( 2015-02-02 / 134 commits / 158 stars ) - aurelien-rainone/go-rquad - State of the art point location and neighbour finding algorithms for region quadtrees, in Go
( 2017-06-18 / 294 commits / 2 stars ) - bsm/histogram - Streamining histograms in Go
( 2017-08-31 / 10 commits / 0 stars ) - clarkduvall/hyperloglog - HyperLogLog and HyperLogLog++ implementation in Go/Golang.
( 2017-11-27 / 44 commits / 35 stars ) - code-hex/retrygroup - Package retrygroup provides synchronization, Context cancelation for groups of retry goroutines working on subtasks of a common task.
( 2017-02-20 / 3 commits / 1 stars ) - codingsince1985/checksum - Message digest for large files in Go
( 2017-10-25 / 21 commits / 4 stars ) - codingsince1985/uva - UVa Online Judge solutions in Go
( 2017-12-08 / 904 commits / 15 stars ) - dagoof/gibb - Message broadcasting pattern for go. In order, no messages dropped, and no backup for slow receivers.
( 2016-02-28 / 11 commits / 1 stars ) - davecheney/high-performance-go-workshop - ---
( 2016-12-25 / 51 commits / 34 stars ) - dc0d/rop - Minimal Railway Oriented Programming for Go
( 2017-06-02 / 12 commits / 2 stars ) - dc0d/workerpool - A workerpool that can get expanded & shrink dynamically.
( 2017-05-03 / 21 commits / 4 stars ) - deckarep/golang-set - A simple set type for the Go language. Also used in Docker.
( 2017-10-13 / 113 commits / 78 stars ) - dgryski/go-frugal - Frugal Streaming Quantiles
( 2014-07-07 / 11 commits / 2 stars ) - dgryski/go-perfbook - Thoughts on Go performance optimization
( 2017-04-25 / 30 commits / 15 stars ) - djherbis/buffer - Composable Buffers for Go #golang
( 2017-04-10 / 201 commits / 19 stars ) - eapache/go-resiliency - Resiliency patterns for golang
( 2017-06-07 / 46 commits / 41 stars ) - efischer19/golang_ctci - Working my way through cracking the coding interview in Go, because I want to learn it
( 2015-06-12 / 43 commits / 0 stars ) - emirpasic/gods - GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON
( 2017-10-13 / 271 commits / 302 stars ) - etcinit/radio - Broadcast messages to multiple Go channels
( 2015-05-09 / 7 commits / 0 stars ) - exercism/xgo - Exercism exercises in Go.
( 2017-12-08 / 1,349 commits / 140 stars ) - f2prateek/semaphore - ---
( 2016-05-01 / 6 commits / 0 stars ) - f483/dejavu - Quickly detect already witnessed data.
( 2017-07-16 / 49 commits / 5 stars ) - faildep/faildep - a basic library implements common dependence resource failure handling in Go~
( 2016-08-05 / 17 commits / 0 stars ) - feyeleanor/gospeed - Go micro-benchmarks for calculating the speed of language constructs
( 2016-01-27 / 26 commits / 6 stars ) - ghthor/iprep - Interview prep question solutions
( 2016-08-26 / 22 commits / 0 stars ) - gitchander/bufqueue - Buffered Message Queue
( 2017-03-20 / 2 commits / 0 stars ) - glycerine/bchan - golang lib for broadcast channels
( 2017-02-10 / 8 commits / 0 stars ) - glycerine/idem - idem.Halter: a pattern for halting goroutines in Go
( 2017-08-14 / 4 commits / 0 stars ) - glycerine/offheap - an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.
( 2017-01-23 / 92 commits / 9 stars ) - go-cmd/cmd - Async Go os/exec.Cmd with real-time output and status
( 2017-06-17 / 10 commits / 7 stars ) - go-cmd/run - Strategies for running commands with a uniform interface
( 2017-03-10 / 6 commits / 0 stars ) - go-pipe/pipe - Package pipe implements unix-like pipelines for Go.
( 2014-04-14 / 27 commits / 13 stars ) - golang/sync - [mirror] concurrency primitives
( 2017-11-01 / 19 commits / 21 stars ) - gophergala/go-algos - ---
( 2017-04-18 / 44 commits / 10 stars ) - gophersgang/golang-patterns-collection - clone of http://www.golangpatterns.info/concurrency/coroutines
( 2017-03-06 / 2 commits / 0 stars ) - gophersgang/ways-to-do-things - different ways to model actors in Golang
( 2017-03-22 / 4 commits / 0 stars ) - hashicorp/golang-lru - Golang LRU cache
( 2016-08-13 / 63 commits / 98 stars ) - imdario/mergo - Mergo: merging Go structs and maps since 2013.
( 2017-10-09 / 96 commits / 74 stars ) - jbuberel/go-patterns - ---
( 2016-04-27 / 19 commits / 37 stars ) - joernweissenborn/eventual2go - Streams and Futures for Go.
( 2017-11-27 / 107 commits / 0 stars ) - joeshaw/cuckoofilter - An implementation of Cuckoo Filters in Go
( 2016-08-01 / 4 commits / 2 stars ) - jpillora/backoff - Simple backoff algorithm in Go (golang)
( 2017-09-18 / 24 commits / 27 stars ) - kai101/programming-reference-quiz - A collection of various programming reference and quiz question and solution in various language.
( 2017-04-29 / 20 commits / 0 stars ) - kamranahmedse/design-patterns-for-humans - Design Patterns for Humans™ - An ultra-simplified explanation
( 2017-11-15 / 121 commits / 1,491 stars ) - lafikl/liblb - A golang library that implements load balancing algorithms.
( 2017-07-02 / 42 commits / 10 stars ) - lnsp/gohash - Fast and easy tool to generate file hashes.
( 2016-08-19 / 6 commits / 0 stars ) - logpacker/go-questions - Questions to estimate your Go level
( 2017-10-29 / 27 commits / 5 stars ) - mailgun/callqueue - Serialized call queues
( 2015-02-11 / 3 commits / 0 stars ) - mailgun/holster - A place to keep useful golang functions and small libraries
( 2017-12-01 / 56 commits / 4 stars ) - mattkanwisher/microservices-book-code - Source code to the book Microservices in GO www.microservicesingo.com
( 2015-08-14 / 2 commits / 10 stars ) - mmcgrana/gobyexample - Go by Example
( 2016-12-27 / 807 commits / 482 stars ) - monochromegane/go_design_pattern - Design patterns in Golang.
( 2017-08-25 / 38 commits / 121 stars ) - moul/euler - 🎲 Project Euler in Golang
( 2017-06-17 / 65 commits / 0 stars ) - mrekucci/epi - Solutions for Elements of Programming Interviews problems written in Golang (work-in-progress)
( 2016-07-23 / 285 commits / 15 stars ) - nanxiao/golang-101-hacks - A rudimentary Go tutorial.
( 2016-09-30 / 96 commits / 14 stars ) - nieksand/sortgenerics - Overhead of Go's generic sort
( 2016-09-29 / 17 commits / 0 stars ) - nytlabs/gojsonexplode - a go library to flatten nested JSON
( 2016-02-01 / 18 commits / 8 stars ) - orcaman/concurrent-map - a thread-safe concurrent map for go
( 2017-10-24 / 92 commits / 120 stars ) - orcaman/financial - think numpy's financial (npv, irr, etc.) but in go
( 2017-06-09 / 29 commits / 5 stars ) - peterbourgon/go-training - Exercises
( 2016-02-26 / 6 commits / 1 stars ) - picadoh/gostreamer - Go example that uses channels to build an execution pipeline
( 2016-10-05 / 29 commits / 7 stars ) - pierrec/xxhash - Pure Go implementation of xxHash (32 and 64 bits versions)
( 2017-07-14 / 19 commits / 9 stars ) - puerkitobio/gocostmodel - Benchmarks of common basic operations for the Go language.
( 2015-01-04 / 26 commits / 2 stars ) - qkraudghgh/algorithms - Minimal examples of data structures and algorithms in Golang
( 2017-05-12 / 9 commits / 6 stars ) - rakyll/coop - Cheat sheet for some of the common concurrent flows in Go
( 2015-10-06 / 20 commits / 47 stars ) - rubyist/circuitbreaker - Circuit Breakers in Go
( 2017-03-30 / 113 commits / 46 stars ) - seiflotfy/loglogbeta - LogLog based Cardinality Estimator
( 2017-11-14 / 25 commits / 4 stars ) - sentimensrg/sigctx - Go contexts for graceful shutdown
( 2017-10-03 / 5 commits / 1 stars ) - serdmanczyk/bifrost - Golang query-able job queue
( 2017-09-20 / 13 commits / 1 stars ) - serialx/hashring - Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama)
( 2017-06-14 / 29 commits / 44 stars ) - spatially/go-workgroup - wraps sync.WaitGroup
( 2015-10-01 / 16 commits / 6 stars ) - steeve/broadcaster - Broadcast (one to many, fanout) messaging with payloads for Go
( 2015-05-14 / 4 commits / 1 stars ) - stefanschroeder/golang-regex-tutorial - Golang - Regular Expression Tutorial
( 2017-10-18 / 98 commits / 89 stars ) - streadway/quantile - Space efficient streaming quantile estimator
( 2015-09-17 / 26 commits / 3 stars ) - sunfmin/fanout - Fanout - make writing parallel code even easier
( 2017-11-03 / 23 commits / 27 stars ) - svett/golang-design-patterns - A Gang of Gophers (originally Gang of Four) design patterns written in Golang
( 2016-05-15 / 22 commits / 16 stars ) - thejerf/suture - Supervisor trees for Go.
( 2017-10-23 / 41 commits / 28 stars ) - timtadh/fs2 - B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go
( 2016-08-04 / 193 commits / 11 stars ) - tjarratt/go-best-practices - A collection of best practices for writing web apps in Go
( 2016-07-29 / 16 commits / 6 stars ) - tmrts/go-patterns - Curated list of Go design patterns, recipes and idioms
( 2017-07-19 / 72 commits / 307 stars ) - tsenart/tb - A generic lock-free implementation of the "Token-Bucket" algorithm
( 2015-12-08 / 62 commits / 12 stars ) - twotwotwo/sorts - Parallel and radix sorting in Go
( 2016-08-14 / 43 commits / 5 stars ) - udhos/golang-concurrency-tricks - Golang concurrency model based on goroutines and channels is not free from sharp edges.
( 2016-05-05 / 4 commits / 0 stars ) - ungerik/go-dry - DRY (don't repeat yourself) package for Go
( 2017-09-12 / 107 commits / 26 stars ) - vladimirvivien/go-cshared-examples - Calling Go Functions from Other Languages using C Shared Libraries
( 2017-06-19 / 18 commits / 11 stars ) - vladimirvivien/learning-go - Source code repository for my book "Learning Go Programming"
( 2017-09-28 / 31 commits / 23 stars ) - workiva/go-datastructures - ---
( 2017-12-01 / 647 commits / 376 stars ) - xlab/closer - Package closer ensures a clean exit for your Go app.
( 2016-11-13 / 12 commits / 2 stars ) - yksz/go-design-patterns - Design patterns implemented with Golang
( 2017-11-01 / 40 commits / 23 stars ) - zhenjl/encoding - Integer Compression Libraries for Go
( 2014-09-05 / 71 commits / 9 stars ) - zhenjl/ringbuffer - Disruptor style ring buffer in Go
( 2013-12-02 / 9 commits / 9 stars )
- exercism/xgo: 2017-12-08
Exercism exercises in Go. - codingsince1985/uva: 2017-12-08
UVa Online Judge solutions in Go - abcum/ptree: 2017-12-05
A radix tree library implementation for Go - abcum/vtree: 2017-12-05
A versioned radix tree library implementation for Go - workiva/go-datastructures: 2017-12-01
--- - mailgun/holster: 2017-12-01
A place to keep useful golang functions and small libraries - joernweissenborn/eventual2go: 2017-11-27
Streams and Futures for Go. - clarkduvall/hyperloglog: 2017-11-27
HyperLogLog and HyperLogLog++ implementation in Go/Golang. - kamranahmedse/design-patterns-for-humans: 2017-11-15
Design Patterns for Humans™ - An ultra-simplified explanation - seiflotfy/loglogbeta: 2017-11-14
LogLog based Cardinality Estimator - abcum/tlist: 2017-11-08
A linked time series list implementation for Go - abcum/lcp: 2017-11-08
A longest common prefix library implementation for Go - sunfmin/fanout: 2017-11-03
Fanout - make writing parallel code even easier - golang/sync: 2017-11-01
[mirror] concurrency primitives - yksz/go-design-patterns: 2017-11-01
Design patterns implemented with Golang - alexandergrom/go-patterns: 2017-11-01
Design patterns in Golang - logpacker/go-questions: 2017-10-29
Questions to estimate your Go level - codingsince1985/checksum: 2017-10-25
Message digest for large files in Go - orcaman/concurrent-map: 2017-10-24
a thread-safe concurrent map for go - alexandergrom/componenta: 2017-10-24
Go наброски - thejerf/suture: 2017-10-23
Supervisor trees for Go. - stefanschroeder/golang-regex-tutorial: 2017-10-18
Golang - Regular Expression Tutorial - emirpasic/gods: 2017-10-13
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON - deckarep/golang-set: 2017-10-13
A simple set type for the Go language. Also used in Docker. - imdario/mergo: 2017-10-09
Mergo: merging Go structs and maps since 2013. - sentimensrg/sigctx: 2017-10-03
Go contexts for graceful shutdown - vladimirvivien/learning-go: 2017-09-28
Source code repository for my book "Learning Go Programming" - serdmanczyk/bifrost: 2017-09-20
Golang query-able job queue - jpillora/backoff: 2017-09-18
Simple backoff algorithm in Go (golang) - ungerik/go-dry: 2017-09-12
DRY (don't repeat yourself) package for Go - bsm/histogram: 2017-08-31
Streamining histograms in Go - monochromegane/go_design_pattern: 2017-08-25
Design patterns in Golang. - glycerine/idem: 2017-08-14
idem.Halter: a pattern for halting goroutines in Go - tmrts/go-patterns: 2017-07-19
Curated list of Go design patterns, recipes and idioms - f483/dejavu: 2017-07-16
Quickly detect already witnessed data. - pierrec/xxhash: 2017-07-14
Pure Go implementation of xxHash (32 and 64 bits versions) - lafikl/liblb: 2017-07-02
A golang library that implements load balancing algorithms. - vladimirvivien/go-cshared-examples: 2017-06-19
Calling Go Functions from Other Languages using C Shared Libraries - aurelien-rainone/go-rquad: 2017-06-18
State of the art point location and neighbour finding algorithms for region quadtrees, in Go - moul/euler: 2017-06-17
🎲 Project Euler in Golang - go-cmd/cmd: 2017-06-17
Async Go os/exec.Cmd with real-time output and status - abcum/cachr: 2017-06-15
A library of in-memory caching algorithms for Go - serialx/hashring: 2017-06-14
Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama) - orcaman/financial: 2017-06-09
think numpy's financial (npv, irr, etc.) but in go - eapache/go-resiliency: 2017-06-07
Resiliency patterns for golang - dc0d/rop: 2017-06-02
Minimal Railway Oriented Programming for Go - qkraudghgh/algorithms: 2017-05-12
Minimal examples of data structures and algorithms in Golang - dc0d/workerpool: 2017-05-03
A workerpool that can get expanded & shrink dynamically. - kai101/programming-reference-quiz: 2017-04-29
A collection of various programming reference and quiz question and solution in various language. - dgryski/go-perfbook: 2017-04-25
Thoughts on Go performance optimization - gophergala/go-algos: 2017-04-18
--- - djherbis/buffer: 2017-04-10
Composable Buffers for Go #golang - rubyist/circuitbreaker: 2017-03-30
Circuit Breakers in Go - gophersgang/ways-to-do-things: 2017-03-22
different ways to model actors in Golang - gitchander/bufqueue: 2017-03-20
Buffered Message Queue - go-cmd/run: 2017-03-10
Strategies for running commands with a uniform interface - gophersgang/golang-patterns-collection: 2017-03-06
clone of http://www.golangpatterns.info/concurrency/coroutines - code-hex/retrygroup: 2017-02-20
Package retrygroup provides synchronization, Context cancelation for groups of retry goroutines working on subtasks of a common task. - alioygur/is: 2017-02-13
Micro check library in Golang. - aandryashin/init: 2017-02-12
--- - glycerine/bchan: 2017-02-10
golang lib for broadcast channels - glycerine/offheap: 2017-01-23
an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it. - akresling/jono: 2017-01-06
A self adjusting worker pool - mmcgrana/gobyexample: 2016-12-27
Go by Example - davecheney/high-performance-go-workshop: 2016-12-25
--- - xlab/closer: 2016-11-13
Package closer ensures a clean exit for your Go app. - picadoh/gostreamer: 2016-10-05
Go example that uses channels to build an execution pipeline - nanxiao/golang-101-hacks: 2016-09-30
A rudimentary Go tutorial. - nieksand/sortgenerics: 2016-09-29
Overhead of Go's generic sort - ghthor/iprep: 2016-08-26
Interview prep question solutions - lnsp/gohash: 2016-08-19
Fast and easy tool to generate file hashes. - twotwotwo/sorts: 2016-08-14
Parallel and radix sorting in Go - hashicorp/golang-lru: 2016-08-13
Golang LRU cache - faildep/faildep: 2016-08-05
a basic library implements common dependence resource failure handling in Go~ - timtadh/fs2: 2016-08-04
B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go - joeshaw/cuckoofilter: 2016-08-01
An implementation of Cuckoo Filters in Go - tjarratt/go-best-practices: 2016-07-29
A collection of best practices for writing web apps in Go - mrekucci/epi: 2016-07-23
Solutions for Elements of Programming Interviews problems written in Golang (work-in-progress) - svett/golang-design-patterns: 2016-05-15
A Gang of Gophers (originally Gang of Four) design patterns written in Golang - udhos/golang-concurrency-tricks: 2016-05-05
Golang concurrency model based on goroutines and channels is not free from sharp edges. - f2prateek/semaphore: 2016-05-01
--- - jbuberel/go-patterns: 2016-04-27
--- - dagoof/gibb: 2016-02-28
Message broadcasting pattern for go. In order, no messages dropped, and no backup for slow receivers. - peterbourgon/go-training: 2016-02-26
Exercises - nytlabs/gojsonexplode: 2016-02-01
a go library to flatten nested JSON - feyeleanor/gospeed: 2016-01-27
Go micro-benchmarks for calculating the speed of language constructs - tsenart/tb: 2015-12-08
A generic lock-free implementation of the "Token-Bucket" algorithm - rakyll/coop: 2015-10-06
Cheat sheet for some of the common concurrent flows in Go - spatially/go-workgroup: 2015-10-01
wraps sync.WaitGroup - streadway/quantile: 2015-09-17
Space efficient streaming quantile estimator - mattkanwisher/microservices-book-code: 2015-08-14
Source code to the book Microservices in GO www.microservicesingo.com - efischer19/golang_ctci: 2015-06-12
Working my way through cracking the coding interview in Go, because I want to learn it - steeve/broadcaster: 2015-05-14
Broadcast (one to many, fanout) messaging with payloads for Go - etcinit/radio: 2015-05-09
Broadcast messages to multiple Go channels - mailgun/callqueue: 2015-02-11
Serialized call queues - arnauddri/algorithms: 2015-02-02
Algorithms & Data Structures in Go - puerkitobio/gocostmodel: 2015-01-04
Benchmarks of common basic operations for the Go language. - zhenjl/encoding: 2014-09-05
Integer Compression Libraries for Go - dgryski/go-frugal: 2014-07-07
Frugal Streaming Quantiles - go-pipe/pipe: 2014-04-14
Package pipe implements unix-like pipelines for Go. - zhenjl/ringbuffer: 2013-12-02
Disruptor style ring buffer in Go
- mailgun/holster: 24.69 MB
(24.31 MB git / 0.38 MB code) - zhenjl/encoding: 15.16 MB
(6.01 MB git / 9.14 MB code) - seiflotfy/loglogbeta: 14.33 MB
(3.19 MB git / 11.14 MB code) - mmcgrana/gobyexample: 13.52 MB
(5.79 MB git / 7.73 MB code) - workiva/go-datastructures: 9.27 MB
(8.48 MB git / 0.79 MB code) - davecheney/high-performance-go-workshop: 9.13 MB
(3.86 MB git / 5.26 MB code) - aurelien-rainone/go-rquad: 4.95 MB
(4.40 MB git / 0.55 MB code) - codingsince1985/uva: 4.68 MB
(2.41 MB git / 2.27 MB code) - exercism/xgo: 3.50 MB
(2.53 MB git / 0.97 MB code) - vladimirvivien/learning-go: 2.05 MB
(0.69 MB git / 1.36 MB code) - arnauddri/algorithms: 1.88 MB
(1.19 MB git / 0.69 MB code) - tmrts/go-patterns: 1.10 MB
(0.94 MB git / 0.16 MB code) - emirpasic/gods: 1.00 MB
(0.56 MB git / 0.44 MB code) - puerkitobio/gocostmodel: 0.89 MB
(0.24 MB git / 0.65 MB code) - spatially/go-workgroup: 0.72 MB
(0.69 MB git / 0.03 MB code) - timtadh/fs2: 0.67 MB
(0.36 MB git / 0.30 MB code) - mrekucci/epi: 0.61 MB
(0.34 MB git / 0.27 MB code) - f483/dejavu: 0.46 MB
(0.32 MB git / 0.13 MB code) - gophergala/go-algos: 0.44 MB
(0.16 MB git / 0.27 MB code) - deckarep/golang-set: 0.32 MB
(0.25 MB git / 0.07 MB code) - alexandergrom/componenta: 0.29 MB
(0.12 MB git / 0.17 MB code) - kamranahmedse/design-patterns-for-humans: 0.29 MB
(0.22 MB git / 0.06 MB code) - clarkduvall/hyperloglog: 0.28 MB
(0.14 MB git / 0.14 MB code) - joernweissenborn/eventual2go: 0.28 MB
(0.19 MB git / 0.09 MB code) - nanxiao/golang-101-hacks: 0.28 MB
(0.13 MB git / 0.14 MB code) - moul/euler: 0.25 MB
(0.14 MB git / 0.11 MB code) - lafikl/liblb: 0.23 MB
(0.20 MB git / 0.03 MB code) - serdmanczyk/bifrost: 0.23 MB
(0.14 MB git / 0.09 MB code) - alexandergrom/go-patterns: 0.23 MB
(0.11 MB git / 0.12 MB code) - dgryski/go-frugal: 0.22 MB
(0.11 MB git / 0.11 MB code) - alioygur/is: 0.22 MB
(0.14 MB git / 0.08 MB code) - djherbis/buffer: 0.21 MB
(0.16 MB git / 0.05 MB code) - imdario/mergo: 0.20 MB
(0.17 MB git / 0.04 MB code) - glycerine/offheap: 0.20 MB
(0.10 MB git / 0.10 MB code) - abcum/vtree: 0.20 MB
(0.14 MB git / 0.06 MB code) - thejerf/suture: 0.20 MB
(0.15 MB git / 0.04 MB code) - ungerik/go-dry: 0.19 MB
(0.11 MB git / 0.08 MB code) - rubyist/circuitbreaker: 0.19 MB
(0.14 MB git / 0.05 MB code) - stefanschroeder/golang-regex-tutorial: 0.18 MB
(0.11 MB git / 0.07 MB code) - go-pipe/pipe: 0.17 MB
(0.13 MB git / 0.04 MB code) - twotwotwo/sorts: 0.17 MB
(0.09 MB git / 0.07 MB code) - tjarratt/go-best-practices: 0.16 MB
(0.07 MB git / 0.09 MB code) - abcum/ptree: 0.15 MB
(0.10 MB git / 0.05 MB code) - mattkanwisher/microservices-book-code: 0.13 MB
(0.06 MB git / 0.07 MB code) - svett/golang-design-patterns: 0.12 MB
(0.06 MB git / 0.06 MB code) - golang/sync: 0.12 MB
(0.07 MB git / 0.05 MB code) - abcum/tlist: 0.12 MB
(0.08 MB git / 0.04 MB code) - orcaman/concurrent-map: 0.12 MB
(0.09 MB git / 0.03 MB code) - hashicorp/golang-lru: 0.12 MB
(0.07 MB git / 0.05 MB code) - zhenjl/ringbuffer: 0.11 MB
(0.06 MB git / 0.05 MB code) - monochromegane/go_design_pattern: 0.11 MB
(0.07 MB git / 0.04 MB code) - vladimirvivien/go-cshared-examples: 0.11 MB
(0.07 MB git / 0.04 MB code) - qkraudghgh/algorithms: 0.11 MB
(0.06 MB git / 0.04 MB code) - abcum/cachr: 0.10 MB
(0.04 MB git / 0.06 MB code) - efischer19/golang_ctci: 0.10 MB
(0.06 MB git / 0.04 MB code) - dgryski/go-perfbook: 0.10 MB
(0.09 MB git / 0.01 MB code) - sunfmin/fanout: 0.10 MB
(0.08 MB git / 0.02 MB code) - go-cmd/cmd: 0.10 MB
(0.05 MB git / 0.04 MB code) - pierrec/xxhash: 0.09 MB
(0.07 MB git / 0.02 MB code) - eapache/go-resiliency: 0.09 MB
(0.06 MB git / 0.03 MB code) - serialx/hashring: 0.09 MB
(0.06 MB git / 0.02 MB code) - picadoh/gostreamer: 0.09 MB
(0.06 MB git / 0.02 MB code) - dc0d/workerpool: 0.08 MB
(0.07 MB git / 0.01 MB code) - streadway/quantile: 0.08 MB
(0.07 MB git / 0.01 MB code) - tsenart/tb: 0.08 MB
(0.06 MB git / 0.02 MB code) - nieksand/sortgenerics: 0.08 MB
(0.05 MB git / 0.03 MB code) - faildep/faildep: 0.08 MB
(0.05 MB git / 0.02 MB code) - dc0d/rop: 0.08 MB
(0.06 MB git / 0.02 MB code) - peterbourgon/go-training: 0.08 MB
(0.05 MB git / 0.03 MB code) - yksz/go-design-patterns: 0.07 MB
(0.05 MB git / 0.02 MB code) - go-cmd/run: 0.07 MB
(0.04 MB git / 0.03 MB code) - jbuberel/go-patterns: 0.07 MB
(0.04 MB git / 0.03 MB code) - feyeleanor/gospeed: 0.07 MB
(0.04 MB git / 0.03 MB code) - logpacker/go-questions: 0.07 MB
(0.06 MB git / 0.01 MB code) - rakyll/coop: 0.06 MB
(0.05 MB git / 0.01 MB code) - udhos/golang-concurrency-tricks: 0.06 MB
(0.06 MB git / 0.00 MB code) - xlab/closer: 0.06 MB
(0.05 MB git / 0.01 MB code) - abcum/lcp: 0.06 MB
(0.04 MB git / 0.02 MB code) - kai101/programming-reference-quiz: 0.06 MB
(0.04 MB git / 0.01 MB code) - jpillora/backoff: 0.06 MB
(0.05 MB git / 0.01 MB code) - gitchander/bufqueue: 0.06 MB
(0.03 MB git / 0.03 MB code) - orcaman/financial: 0.05 MB
(0.05 MB git / 0.01 MB code) - nytlabs/gojsonexplode: 0.05 MB
(0.04 MB git / 0.02 MB code) - gophersgang/ways-to-do-things: 0.05 MB
(0.03 MB git / 0.02 MB code) - dagoof/gibb: 0.05 MB
(0.04 MB git / 0.01 MB code) - bsm/histogram: 0.05 MB
(0.04 MB git / 0.01 MB code) - ghthor/iprep: 0.05 MB
(0.04 MB git / 0.01 MB code) - akresling/jono: 0.04 MB
(0.02 MB git / 0.02 MB code) - mailgun/callqueue: 0.04 MB
(0.02 MB git / 0.01 MB code) - steeve/broadcaster: 0.04 MB
(0.02 MB git / 0.01 MB code) - aandryashin/init: 0.04 MB
(0.03 MB git / 0.01 MB code) - etcinit/radio: 0.04 MB
(0.03 MB git / 0.01 MB code) - codingsince1985/checksum: 0.03 MB
(0.03 MB git / 0.00 MB code) - glycerine/bchan: 0.03 MB
(0.03 MB git / 0.01 MB code) - joeshaw/cuckoofilter: 0.03 MB
(0.02 MB git / 0.01 MB code) - lnsp/gohash: 0.03 MB
(0.02 MB git / 0.01 MB code) - glycerine/idem: 0.03 MB
(0.02 MB git / 0.00 MB code) - sentimensrg/sigctx: 0.03 MB
(0.02 MB git / 0.00 MB code) - code-hex/retrygroup: 0.02 MB
(0.02 MB git / 0.00 MB code) - f2prateek/semaphore: 0.02 MB
(0.02 MB git / 0.00 MB code) - gophersgang/golang-patterns-collection: 0.02 MB
(0.02 MB git / 0.00 MB code)