Stars
Zstandard - Fast real-time compression algorithm
Hook function calls by replacing PLT(Procedure Linkage Table) entries.
🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
AddressSanitizer, ThreadSanitizer, MemorySanitizer
High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios
A curated list for when naming things is done right.
Master programming by recreating your favorite technologies from scratch.
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Source code for 'Low-Level Programming' by Igor Zhirkov
Mini website for testing both general CS knowledge and enforce coding practice and common algorithm/data structure memorization.
A complete computer science study plan to become a software engineer.
📜🔜🌲 Simple, fast, powerful parser toolkit for JavaScript.
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
[Deprecated!] This is a data visualization project that converts historical data rankings into dynamic bar charts.
2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
A collection of programs that access and manipulate ELF files.
Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
Simple and reliable LRU cache for c++ based on hashmap and linkedlist