rocc0's Stars
mailru/easyjson
Fast JSON serializer for golang.
jpillora/backoff
Simple backoff algorithm in Go (golang)
davecgh/go-spew
Implements a deep pretty printer for Go data structures to aid in debugging
joncrlsn/dque
dque is a fast, embedded, durable queue for Go
valyala/fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
bradfitz/exp-httpclient
experimental new HTTP client API for #golang (WIP)
rcrowley/goagain
Zero-downtime restarts in Go
centrifugal/centrifuge-go
Go client SDK for bidirectional communication with Centrifugo and Centrifuge-based server over WebSocket
ardanlabs/service
Starter-kit for writing services in Go using Kubernetes.
benbjohnson/testing
A small collection of functions for Go testing.
karlseguin/ccache
A golang LRU Cache for high concurrency
arrieta/golang-cpp-basic-example
A simple example demonstrating how to call C++ from Go
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
centrifugal/centrifuge-mobile
iOS and Android clients for Centrifugo and Centrifuge library using gomobile on top of centrifuge-go
uber-archive/go-torch
Stochastic flame graph profiler for Go programs
go-gorm/gorm
The fantastic ORM library for Golang, aims to be developer friendly
golang/go
The Go programming language
golang/vgo
[mirror] Versioned Go Prototype
openfaas/faas
OpenFaaS - Serverless Functions Made Simple
openfaas/faas-cli
Official CLI for OpenFaaS
centrifugal/centrifuge
Real-time messaging library for Go. The simplest way to add feature-rich and scalable WebSocket support to your application. The core of Centrifugo server.
golang/mock
GoMock is a mocking framework for the Go programming language.
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
sirupsen/logrus
Structured, pluggable logging for Go.
tmc/grpc-websocket-proxy
A proxy to transparently upgrade grpc-gateway streaming endpoints to use websockets
hauxe/GoM
Good design and performance of GoLang MicroService framework
0x1d/nodejs-ws-chat
simple nodejs websocket chat
centrifugal/centrifugo
Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably. Set up once and forever.
josephmisiti/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
sjwhitworth/golearn
Machine Learning for Go