Pinned Repositories
awesome-go-storage
A curated list of awesome Go storage projects and libraries
brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
ebooks
gnu-stl
go-awesome
Go 语言优秀资源整理,为项目落地加速🏃
LearningNote
C++和Linux学习笔记
rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
rust-learning
A bunch of links to blog posts, articles, videos, etc for learning Rust
szza.github.io
blog
yolov3_gluoncv_MXNet
MXNet的一个开源项目gluoncv里的yolov3代码,写了一份中文注解
szza's Repositories
szza/LearningNote
C++和Linux学习笔记
szza/yolov3_gluoncv_MXNet
MXNet的一个开源项目gluoncv里的yolov3代码,写了一份中文注解
szza/gnu-stl
szza/ebooks
szza/awesome-go-storage
A curated list of awesome Go storage projects and libraries
szza/go-awesome
Go 语言优秀资源整理,为项目落地加速🏃
szza/rust-learning
A bunch of links to blog posts, articles, videos, etc for learning Rust
szza/szza.github.io
blog
szza/awesome-llvm
A curated list of awesome LLVM related docs, tools, and other resources.
szza/brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
szza/CentOS-Cron-Docker
Cron in a CentOS Docker Container
szza/ClickHouse
ClickHouse® is a free analytics DBMS for big data
szza/cpp-templates-2nd
Translation of C++ Templates 2nd | Powered by Obsidian
szza/CPP-Templates-2nd--
《C++ Templates 第二版》中文翻译,和原书排版一致,第一部分(1至11章)以及第18,19,20,21、22、23、24、25章已完成,其余内容逐步更新中。 个人爱好,发现错误请指正
szza/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
szza/ddia
《Designing Data-Intensive Application》DDIA中文翻译
szza/doris
Apache Doris is an easy-to-use, high performance and unified analytics database.
szza/gnet
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
szza/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
szza/FlameGraph
Stack trace visualizer
szza/FreeNOS
FreeNOS (Free Niek's Operating System) is an experimental microkernel based operating system for learning purposes written in C++. You may use the code as you wish under the terms of the GPLv3.
szza/go-dcp
The Go implementation of the Couchbase DCP with various features
szza/how-to-use-docker
This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
szza/kv_engine
Couchbase Key-Value Engine
szza/kvproto
Protocol buffer files for TiKV
szza/proxy
Proxy: Next Generation Polymorphism in C++
szza/starrocks
StarRocks is a next-gen sub-second MPP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics and ad-hoc query.
szza/szza.github.io.images
szza/tiflash
The analytical engine for TiDB and TiDB Cloud. Try free: https://tidbcloud.com/free-trial
szza/xv6-public
xv6 OS