liaoyw's Stars
makeplane/plane
🔥 🔥 🔥 Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
pola-rs/polars
Dataframes powered by a multithreaded, vectorized query engine, written in Rust
xiaolai/everyone-can-use-english
人人都能用英语
Shopify/toxiproxy
:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing
tobymao/sqlglot
Python SQL Parser and Transpiler
expr-lang/expr
Expression language and expression evaluation for Go
erikgrinaker/toydb
Distributed SQL database in Rust, written as an educational project
dgraph-io/ristretto
A high performance memory-bound Go cache
awslabs/mountpoint-s3
A simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system.
uber-go/automaxprocs
Automatically set GOMAXPROCS to match Linux container CPU quota.
google/go-cmp
Package for comparing Go values in tests
ivmai/bdwgc
The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)
01mf02/jaq
A jq clone focussed on correctness, speed, and simplicity
gluesql/gluesql
GlueSQL is quite sticky. It attaches to anywhere.
heidihoward/distributed-consensus-reading-list
A list of papers about distributed consensus.
maypok86/otter
A high performance cache for Go
cznic/ql
github.com/cznic/ql has moved to modernc.org/ql
tass-belgium/picotcp
PicoTCP is a free TCP/IP stack implementation
proullon/ramsql
In-memory SQL engine in Go sql/driver for testing purpose
ohler55/ojg
Optimized JSON for Go
araddon/qlbridge
A golang expression evaluator & Library to build SQL query engine based functionality.
flomesh-io/pipy
Pipy is a programmable proxy for the cloud, edge and IoT.
fjall-rs/fjall
🗻 LSM-based embeddable key-value storage engine written in safe Rust
cozis/microtcp
A minimal TCP/IP stack
karlkfi/kubexit
Command supervisor for coordinated Kubernetes pod container termination.
miskcoo/TrivialDB
A simple database engine with common SQL queries support. Final project for course 'Introduction to Databases' of Tsinghua University, Fall 2018.
DmitriyVTitov/size
The size of variable at runtime
Fedomn/sqlrs
sqlrs is an in-process sql query engine
Veeupup/naive-query-engine
A Toy Query Engine & SQL interface
Fedomn/how-query-engine-work
How query engine work golang port for learning purpose