vlopatkin's Stars
KostyaEsmukov/smtp_to_telegram
A simple program that listens for SMTP and forwards all incoming Email messages to Telegram
d3fvxl/di
🛠 A full-featured dependency injection container for go programming language.
smallnest/go-web-framework-benchmark
:zap: Go web framework benchmark
marcel-dempers/docker-development-youtube-series
alicebob/miniredis
Pure Go Redis server for Go unittests
centrifugal/centrifugo
Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably. Set up once and forever.
ThreeDotsLabs/watermill
Building event-driven applications the easy way in Go.
RichardKnop/machinery
Machinery is an asynchronous task queue/job queue based on distributed message passing.
RRZE-HPC/likwid
Performance monitoring and benchmarking suite
loov/lensm
Go assembly and source viewer
cornelk/go-benchmark
Golang benchmarks used for optimizing code
goccy/go-json
Fast JSON encoder/decoder compatible with encoding/json for Go
KDAB/hotspot
The Linux perf GUI for performance analysis.
KimMachineGun/automemlimit
Automatically set GOMEMLIMIT to match Linux cgroups(7) memory limit.
emitter-io/emitter
High performance, distributed and low latency publish-subscribe platform.
nyaruka/phonenumbers
GoLang port of Google's libphonenumber library
dgryski/go-simstore
simhash storage and searching
ajdnik/imghash
Perceptual image hashing package for golang.
minio/md5-simd
Accelerate aggregated MD5 hashing performance up to 8x for AVX512 and 4x for AVX2. Useful for server applications that need to compute many MD5 sums in parallel.
sourcegraph/conc
Better structured concurrency for go
reugn/async
Synchronization and asynchronous computation package for Go
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.
nazar256/parapipe
Paralleling pipeline
panjf2000/ants
🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.
StudioSol/async
A safe way to execute functions asynchronously, recovering them in case of panic. It also provides an error stack aiming to facilitate fail causes discovery.
kamilsk/breaker
🚧 Flexible mechanism to make execution flow interruptible.
integralfx/MemTestHelper
C# WPF to automate HCI MemTest
adambard/learnxinyminutes-docs
Code documentation written as code! How novel and totally my idea!
ajakubek/core-latency
A simple benchmark which measures latency between CPU cores.
gocolly/colly
Elegant Scraper and Crawler Framework for Golang