Legendout's Stars
ruanyf/weekly
科技爱好者周刊,每周五发布
ClickHouse/ClickHouse
ClickHouse® is a real-time analytics database management system
pingcap/tidb
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
duckdb/duckdb
DuckDB is an analytical in-process SQL database management system
Vonng/ddia
《Designing Data-Intensive Application》DDIA中文翻译
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11
apache/arrow
Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
etcd-io/bbolt
An embedded key/value database for Go.
aceld/zinx
A lightweight concurrent server framework based on Golang.
apache/kvrocks
Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
timeplus-io/proton
High-performance, low-footprint SQL database written in C++. Process millions of rows per second from Kafka, Pulsar, or ClickHouse, and seamlessly write results back. Supports powerful features like JOIN, CDC, UPSERT, and LOOKUP, enabling real-time analytics and ETL at scale.
chenyahui/AnnotatedCode
知名开源代码库的注释版:C++、Golang等
caozhiyi/CppNet
Cross platform network library with C++11
rust-lang/portable-simd
The testing ground for the future of portable SIMD in Rust
Mq-b/Loser-HomeWork
卢瑟们的作业展示,答案讲解,以及一些C++知识
0voice/enterprise_job_recommend
2023年 最新整理暑假实习(含Java,前端,测试,c++,嵌入式,算法岗),base(北京,上海,广州,深圳,杭州,西安,成都,南京),每周定时更新
KipData/FnckSQL
SQL as a Function for Rust
Winnerhust/uthread
一个简单的用户级线程库
16bit-ykiko/magic-cpp
A C++20 header-only library that supports powerful reflection for C++
tianbingJ/Trepang
Raft学习的一些资料
Codesire-Deng/TemplateRepoCxx
VS Code C++项目模板
guangqianpeng/raft
An C++ implementation of RAFT consensus algorithm based on jrpc
xiaoweiChen/Professional-cpp-6ed
《Professional C++ - 6th Edition》的非专业个人翻译
newland2024/MyEchoServer
markity/6.5840
事件驱动的实现策略
vvbbnn00/goflet
Goflet is a lightweight file upload and download service written in Go, featuring authentication, resumable uploads, file integrity verification, image processing, and OnlyOffice integration for a comprehensive file management solution.
caozhiyi/Raft
a implementation of raft algorithm with brpc
Legendout/Threadpool
a toy C++ implementation about thread pool