Pinned Repositories
alon
Remix for Solana.
casso
A Go implementation of the Cassowary constraint solving algorithm.
flatend
Quickly build microservices using p2p networking in NodeJS/Go.
lmdb-zig
Lightweight, fully-featured, idiomatic cross-platform Zig bindings to Lightning Memory-Mapped Database (LMDB).
monte
The bare minimum for high performance, fully-encrypted bidirectional RPC over TCP in Go with zero memory allocations.
pike
Async I/O for Zig
quickjs
Go bindings to QuickJS: a fast, small, and embeddable ES2020 JavaScript interpreter.
reliable
A reliability layer for UDP connections in Go.
rheia
A blockchain written in Zig.
youtube
A library for executing search queries, retrieving metadata, and obtaining direct links to video-only/audio-only/muxed versions of videos on YouTube in Go.
lithdew's Repositories
lithdew/reliable
A reliability layer for UDP connections in Go.
lithdew/casso
A Go implementation of the Cassowary constraint solving algorithm.
lithdew/cuckoo
A fast, vectorized Cuckoo filter implementation in Go. Zero allocations in hot paths with zero-copy binary representation.
lithdew/flatlang
An embeddable human-friendly configuration language with zero keywords in Go. Heavily inspired by Google Starlark and CUE.
lithdew/nicehttp
Helper utilities for downloading files/making requests with valyala/fasthttp.
lithdew/seq
A fast implementation of sequence buffers in Go with 100% unit test coverage.
lithdew/bytesutil
Utilities for reducing memory allocations in Go w/ 100% unit test coverage.
lithdew/recaptcha
Quickly verify reCAPTCHA v2/v3 submissions in Go.
lithdew/asciigraph
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps. Mindful fork of guptarohit/asciigraph.
lithdew/slept
Research on reliable, high-peformance transport protocols for p2p networking.
lithdew/sqlutil
Utilities for working with SQL in Go.
lithdew/blanc
A terminal UI library in Go. Heavy WIP, come back later.
lithdew/boat
Define and evaluate text/numeric constraints on values in Go. Heavy WIP.
lithdew/flat_hash_map
A very fast hashtable