Lists (18)
Sort Name ascending (A-Z)
- All languages
- Astro
- C
- C#
- C++
- CMake
- CSS
- Clojure
- Crystal
- Cuda
- Dart
- Dockerfile
- Elixir
- Erlang
- Go
- Go Template
- HCL
- HTML
- Java
- JavaScript
- Jinja
- Jsonnet
- Jupyter Notebook
- Kotlin
- Less
- Lua
- MDX
- Makefile
- Markdown
- Nginx
- Nunjucks
- OCaml
- PHP
- PLpgSQL
- Perl
- Python
- Reason
- Ruby
- Rust
- SCSS
- Scala
- Shell
- Svelte
- Swift
- TLA
- TypeScript
- Vala
- Vue
- YAML
- Zig
- templ
Starred repositories
The database that is a log, and all operations are `fold(log)`.
Tool to build & run portable, lightweight, self-contained virtual machines.
Firn. Open source, writer-agnostic Iceberg table maintenance. Compaction, snapshot expiry, and orphan cleanup for any S3-compatible backend.
PgQue β Zero-bloat Postgres queue. One SQL file to install, pg_cron to tick.
A distributed graph database written in Golang to capture reflection and learning processes of interacting agents.
The spec of leaderless log protocol used in Ursa
Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
Lightweight OpenTelemetry viewer for local development. View traces, logs & metrics instantly.
TUI for reviewing diffs, files, and documents with inline annotations
π§ A curated list of OLAP databases, data lake tools, columnar engines, and analytics frameworks for data engineers.
Interfaces to query ClickHouse databases from PostgreSQL
Concurrent Core for Go β a lightweight, high-performance toolkit designed for critical paths where latency and allocation matter.
Claude Code skill that removes signs of AI-generated writing from text
A drop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
π§βπ¨ A collection of Golang agentic skills that works
Blb is a distributed object storage system designed for use on bare metal in cluster computing environments.
Lock-free FIFO queue library supporting generic enqueue and dequeue operations.
High-performance, concurrent-safe Go data structures for transaction hash and key-value mapping
BEAM + Rust PostgreSQL-compatible database. Lightweight, no vacuum, infinite connections.
π A lock-free concurrent hashmap implementation in Go using atomic operations only. No mutexes, no RWLocks, just pure atomic primitives. Achieves 6.16M ops/sec with balanced read/write performance β¦