cheungfujai's Stars
ossu/computer-science
🎓 Path to a free self-taught education in Computer Science!
lekkas/c-algorithms
An experimental C library of common data structures and algorithms
ggrandes/kvstore
KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java
QianMo/Game-Programmer-Study-Notes
:anchor: 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
enpeizhao/duck_db
c/c++ build a simple b+tree RDMS(利用c/c++ 开发基于B+树的小型关系型数据库 )
begeekmyfriend/bplustree
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
0voice/algorithm-structure
2021年最新总结 500个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结
facebook/buck
A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
facebook/CacheLib
Pluggable in-process caching engine to build and scale high performance services
microsoft/terminal
The new Windows Terminal and the original Windows console host, all in the same place!
SanderMertens/flecs
A fast entity component system (ECS) for C & C++
malbrain/Btree-source-code
A working project for High-concurrency B-tree source code in C
mysql/mysql-server
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
andylamp/BPlusTree
An efficient, conscise, and simple implementation of a purely on-disk B+ Tree data structure
myui/btree4j
Disk-based B+-tree written in Pure Java
Kronuz/cpp-btree
Modern C++ B-tree containers
BehaviorTree/BehaviorTree.CPP
Behavior Trees Library in C++. Batteries included.
tidwall/btree
B-tree implementation for Go
cmu-db/bustub
The BusTub Relational Database Management System (Educational)
rttrorg/rttr
C++ Reflection Library
zeromq/jeromq
JeroMQ is a pure Java implementation of the ZeroMQ messaging library, offering high-performance asynchronous messaging for distributed or concurrent applications.
morganstanley/modern-cpp-kafka
A C++ API for Kafka clients (i.e. KafkaProducer, KafkaConsumer, AdminClient)
crisxuan/bestJavaer
这是一个成为更好的Java程序员的系列教程
dave/jennifer
Jennifer is a code generator for Go
oracle/coherence
Oracle Coherence Community Edition
eficode/wait-for
./wait-for is a script to wait for another service to become available.
notepad-plus-plus/nppPluginList
The official collection of Notepad++ plugins.
WiseLibs/better-sqlite3
The fastest and simplest library for SQLite3 in Node.js.
zalando/go-keyring
Cross-platform keyring interface for Go
google/highway
Performance-portable, length-agnostic SIMD with runtime dispatch