Lists (12)
Sort Name ascending (A-Z)
Stars
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
Place code snippets from docs into this monorepo, so that users can update more easily via package manager.
💥 Blazing fast terminal file manager written in Rust, based on async I/O.
Exploit Development and Reverse Engineering with GDB & LLDB Made Easy
c/c++ build a simple b+tree RDMS(利用c/c++ 开发基于B+树的小型关系型数据库 )
A simple C++11 Thread Pool implementation
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Fast Static Symbol Table (FSST): efficient random-access string compression
[VLDB'24] Blitzcrank is to compress in-memory, OLTP databases. It introduces a new entropy coding algorithm named Delayed Coding.
GRE is a benchmark suite to compare learned indexes and traditional indexes.
The source code for paper LeCo: Lightweight Compression via Learning Serial Correlations (SIGMOD'24).
hotgank / miniob-2024
Forked from luooofan/miniob-20232023 OceanBase 数据库大赛初赛
A curated list of awesome C++ (mainly) things for Game Development. Inspired by awesome-... stuff.
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等
A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁(我已经看到了,撤回也没用了)
Concurrent / Constexpr STL (WIP), aimed to replace TBB and Boost
Range library for C++14/17/20, basis for C++20's std::ranges
A fast JSON parser/generator for C++ with both SAX/DOM style API
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code