-
Tencent
- Shenzhen, Guangdong
-
12:13
(UTC +08:00)
Highlights
- Pro
Stars
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
A library for efficient similarity search and clustering of dense vectors.
A library that provides an embeddable, persistent key-value store for fast storage.
DuckDB is an analytical in-process SQL database management system
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning …
Ceph is a distributed object, block, and file storage platform
A fast JSON parser/generator for C++ with both SAX/DOM style API
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
SSDB - A fast NoSQL database, an alternative to Redis
《剑指Offer:名企面试官精讲典型编程面试题》第二版源代码
💯 CSPostgraduate 计算机考研 408 专业课资料及真题资源
AliSQL is a MySQL branch originated from Alibaba Group. Fetch document from Release Notes at bottom.
The BusTub Relational Database Management System (Educational)
Facebook's branch of the Oracle MySQL database. This includes MyRocks.
FISCO BCOS(发音为/ˈfɪskl bi:ˈkɒz/)是一个稳定、高效、安全的许可区块链平台,已被广泛应用于现实的行业应用。截至目前,已拥有5000多家企事业单位,400多个产业数字化标杆应用,涵盖文化版权、司法服务、政府服务、物联网、金融、智慧社区、房地产建设、社区治理、乡村振兴等领域。FISCO BCOS (pronounced /ˈfɪskl bi:ˈkɒz/) is a st…
📖 C++11/14/17/20 Concurrency Demystified: From Core Principles to Thread-Safe Code
PlantsVsZombies game made by cocos2dx 3.16 (c++)
A deep learning package for many-body potential energy representation and molecular dynamics
based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数
🏅State-of-the-art learned data structure that enables fast lookup, predecessor, range searches and updates in arrays of billions of items using orders of magnitude less space than traditional indexes
A library for building an in-memory, Adaptive Learned indEX
leveldb 源码阅读,分析 DB 运作流程与 WAL、SSTable 等文件格式与 Compaction 过程。