milanaleksic's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
WerWolv/ImHex
🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
Kong/insomnia
The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
tqdm/tqdm
:zap: A Fast, Extensible Progress Bar for Python and CLI
NVIDIA/open-gpu-kernel-modules
NVIDIA Linux open GPU kernel module source
json-iterator/go
A high-performance 100% compatible drop-in replacement of "encoding/json"
golang/groupcache
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
github/gh-ost
GitHub's Online Schema-migration Tool for MySQL
rswier/c4
C in four functions
coreutils/coreutils
upstream mirror
jlongster/absurd-sql
sqlite3 in ur indexeddb (hopefully a better backend soon)
schollz/progressbar
A really basic thread-safe progress bar for Golang applications
ergo-services/ergo
An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. Zero dependencies.
lukas-krecan/ShedLock
Distributed lock for your scheduled tasks
vlcn-io/cr-sqlite
Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
mitchellh/libxev
libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API.
josephg/diamond-types
The world's fastest CRDT. WIP.
puzpuzpuz/xsync
Concurrent data structures for Go
ferrous-systems/elements-of-rust
rust style and philosophy
mattn/go-isatty
Shopify/ghostferry
The swiss army knife of live data migrations
dicksites/KUtrace
Low-overhead tracing of all Linux kernel-user transitions, for serious performance analysis. Includes kernel patches, loadable module, and post-processing software. Output is HTML/SVG per-CPU-core timeline that you can pan/zoom down to the nanosecond.
github/freno
freno: cooperative, highly available throttler service
seancfoley/IPAddress
Java library for handling IP addresses and subnets, both IPv4 and IPv6
intel/PerfSpect
System performance analysis and characterization tool
thomasjungblut/go-sstables
Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Ships now with an embedded key-value store.
segmentio/kubectl-curl
Kubectl plugin to run curl commands against kubernetes pods
tailscale-dev/tclip
A pastebin for Tailscale users
sodadata/soda-spark
Soda Spark is a PySpark library that helps you with testing your data in Spark Dataframes
lastlegion/Container-Patterns-With-Nomad
Example code for implementing adaptor, ambassador and sidecar patterns with Hashicorp's Nomad.