WuBingzheng's Stars
practical-tutorials/project-based-learning
Curated list of project-based tutorials
simdjson/simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
timescale/timescaledb
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
openresty/lua-nginx-module
Embed the Power of Lua into NGINX HTTP servers
KaiserY/trpl-zh-cn
Rust 程序设计语言(2021 edition)
rust-lang/miri
An interpreter for Rust's mid-level intermediate representation
bytedance/monoio
Rust async runtime based on io-uring.
smol-rs/smol
A small and fast async runtime for Rust
c3lang/c3c
Compiler for the C3 language
bagder/http3-explained
A document describing the HTTP/3 and QUIC protocols
edubart/nelua-lang
Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.
jaemk/cached
Rust cache structures and easy function memoization
ilai-deutel/kibi
A text editor in ≤1024 lines of code, written in Rust
tylertreat/chan
Pure C implementation of Go channels.
simd-lite/simd-json
Rust port of simdjson
vtereshkov/umka-lang
Umka: a statically typed embeddable scripting language
bluss/arrayvec
A vector with a fixed capacity. (Rust)
tokio-rs/slab
Slab allocator for Rust
RazrFalcon/pico-args
An ultra simple CLI arguments parser.
FRiCKLE/ngx_postgres
upstream module that allows nginx to communicate directly with PostgreSQL database.
dtolnay/path-to-error
Find out path at which a deserialization error occurred
agerasev/ringbuf
Lock-free SPSC FIFO ring buffer with direct access to inner data
buhe/build-your-own-x-zh
🤓 Build your own (insert technology here) simplified chinese version
rodrimati1992/const_format_crates
Compile-time string formatting
orlp/foldhash
A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.
croakexciting/forfun-os
A OS toy writen by pure rust
ksco/SLua
使用 Go 语言实现的简单的 Lua 解释器。
ihciah/small-map
An inline SIMD accelerated hashmap designed for small amount of data.
Auxnon/silt-lua
hangj/toy-runtime