- Saint-Petesburg, Russia
-
17:11
(UTC +03:00)
Stars
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.
skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.
A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.
YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
A refreshingly simple data-driven game engine built in Rust
Compatibility tool for Steam Play based on Wine and additional components
Version normalizer and comparison library for go
PlayStation 4 emulator for Windows, Linux and macOS written in C++
gRPC to JSON proxy generator following the gRPC HTTP spec
Open-Source Web UI for Apache Kafka Management
🔘 Minimalistic and High-performance goroutine worker pool written in Go
Hands on exercises with real-life examples to study and practice Go concurrency patterns. Test-cases are provided to verify your answers.
Go/gRPC service designed to enable generic rate limit scenarios from different types of applications.
The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
Your ultimate Go microservices framework for the cloud-native era.
A simple, zero-dependencies library to parse environment variables into structs
(Unofficial) Googletrans: Free and Unlimited Google translate API for Golang. Translates totally free of charge.
Bring your code to the conversations you care about with GitHub's integration for Slack
A distributed in-memory, durable key value database designed for massive amounts of critical data and low latency.
Generate Go client and server boilerplate from OpenAPI 3 specifications