su225
Software engineer interested in distributed systems, databases and performance oriented code.
@GetStream Amsterdam, the Netherlands
Pinned Repositories
api
API definitions for the Istio project
awesome-newsletters
A list of amazing Newsletters
cockroach
CockroachDB - the open source, cloud-native SQL database.
cuckoo-rs
Implementation of Cuckoo hashing in Rust
every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
go-runtime-tracer
Trace go-runtime functionality with eBPF
godemlia
Implementation of Kademlia - a Peer to peer, Distributed Hash Table protocol.
quic-istio-demo
Demo to show using HTTP3/QUIC at the Istio gateway
raft
Implementation of Raft in Go-lang
rust
Empowering everyone to build reliable and efficient software.
su225's Repositories
su225/go-runtime-tracer
Trace go-runtime functionality with eBPF
su225/cockroach
CockroachDB - the open source, cloud-native SQL database.
su225/cuckoo-rs
Implementation of Cuckoo hashing in Rust
su225/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
su225/rust
Empowering everyone to build reliable and efficient software.
su225/api
API definitions for the Istio project
su225/awesome-newsletters
A list of amazing Newsletters
su225/beautifulhugo
Theme for the Hugo static website generator
su225/boilerplate-npm
A boilerplate for the freeCodeCamp curriculum.
su225/istio
Connect, secure, control, and observe services.
su225/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
su225/citus
Distributed PostgreSQL as an extension
su225/fpc-compression
Learning FPC floating point compression algorithm
su225/idiomatic-rust
🦀 A peer-reviewed collection of articles/talks/repos which teach concise, idiomatic Rust.
su225/istio-quic-multihostname
Experimenting with Istio + QUIC with multiple hostnames exposed on the same port in the gateway
su225/istio-udp
Repository for testing and the environment for developing Istio with UDP support
su225/kvstore-rs
su225/ldd3
Linux Device Drivers 3 examples updated to work in recent kernels
su225/lifetimekata
An exploration of lifetimes in Rust.
su225/mini-redis
Incomplete Redis client and server implementation using Tokio - for learning purposes only
su225/postgres-exploration
Some SQL scripts for postgresql exploration
su225/redis-rs
Learning Rust and async libraries by building my own redis server and client
su225/roaring-bitmap
Implementation of the roaring bitmap paper
su225/rust-async-workshop
Learning Rust: Async stuff
su225/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
su225/RxGo
Reactive Extensions for the Go language.
su225/skipset
skipset is a high-performance, scalable concurrent sorted set based on skip-list.
su225/su225.github.io
My Github pages blog
su225/talent-plan
open source training courses about distributed database and distributed systems
su225/understanding-software-dynamics
Lots of experimental code as I work through "Understanding Software Dynamics" book