🐳Pet projects🐳
⚒️ dbg-rs 🏄 - a Linux x86_64 debugger in Rust: process control, register access, software breakpoints, hardware watchpoints, memory ops and disassembly.
⚡pcap-parser⚡ - A high-performance packet capture parser inspired by my team discussion about parsing network packets without memory copies, applying zero-copy techniques for 10+ Gbps (expected) network processing, demonstrating memory-efficient parsing patterns for terabyte-sized files and high-frequency data streams.
mbo-streaming - A high-performance orderbook reconstruction and streaming system built in Rust, designed for low-latency (p99 <10ms) and high throughput (500K+ msg/s) processing of MBO data. Its set in private mode for now.
servorc - experience porting Rust Service Orchestrator to Zig.
🔗unix-pipe-comm🔌 - WIP for advanced features.
A simple program that uses Linux named pipes - a FIFO special file to communicate between two processes.libp2p-netcomms - WIP.
A generic network communication library is built on top oflibp2p.embedded playground
Dabbling in embedded systems with Rust.wabbit - WIP.
My Rust implementation for Wabbit programming language when joining great course "Writing a Compiler" from David Beazley.conqueue
Following along Michael and Scott (M&S) lock-free queue algorithm are described in their PODC 1996 paper. This impl is using atomic operations to ensure thread safety without locking. Based on the paper, the queue is implemented as a linked list with a sentinel node.
🌐OSS Contribution🔥
- paradigmxyz/reth
A new Ethereum full node implementation that is focused on being user-friendly, highly modular, as well as being fast and efficient. Reth is an Execution Layer (EL) and is compatible with all Ethereum Consensus Layer (CL) implementations that support the Engine API. - poststation-util
The Public libraries and utilities for usingpoststation. - hermes-sdk
A Next Generation IBC Relayer Framework v2. - Inko Lang
A language for building concurrent software with confidence. - rs-wnfs
Rust implementation of the WebNative FileSystem (WNFS) specification. - ipipe
A cross-platform named-pipe library for Rust. Important note: at the time we choose this crate & fork, tokio still didn't include this feature yet. - 🖊python_logger📖: Python Logger.
🚢Work📢
- Litheum: A Proof of Performance (PoP) blockchain layer 1 provides True Decentralization by incentivizing every critical Remote Procedure Call (RPC).
- SaitoTech: a layer 1 blockchain that provides the foundation for building open and scalable web applications.
❤️Non-work Activities❤️
- AoC 2022: Try to solve the Advent of Code 2022 in Rust.
- Code Reviewer at PymiVN.