pch6828's Stars
jiunbae/ITE4065
Parallel programming @ Hanyang Univ.
abeaumont/competitive-programming
Solutions to problems from various online judges / contest sites.
egoing/p5js-lack
duckdb/duckdb
DuckDB is an analytical in-process SQL database management system
mariadb-corporation/mariadb-columnstore-engine
Core storage engine - UM and PM Process code
cmu-db/bustub
The BusTub Relational Database Management System (Educational)
subinium/Deep-Papers
Deep Learning Paper Simple Review + Helpful Article
niXman/yas
Yet Another Serialization
hyrise/hyrise
Hyrise is a research in-memory database.
xqgex/NUMA_Black-Box
Black-box Concurrent Data Structures for NUMA Architectures
domargan/awesome-numa
A community-oriented list of useful NUMA-related libraries, tools, and other resources
hgs3896/TCP_Proxy
rigtorp/MPMCQueue
A bounded multi-producer multi-consumer concurrent queue written in C++11
rigtorp/SPSCQueue
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
samanbarghi/uThreads
A concurrent user-level thread library implemented in C++
sgorsten/linalg
linalg.h is a single header, public domain, short vector math library for C++
sukrutrao/Page-Replacement-Algorithm-Simulator
Program to accept number of physical frames, list of page accesses, and the page replacement algorithm and output the number of faults and whether each access was a fault or not. Supports FIFO, LRU, and OPTIMAL algorithms.
Tessil/ordered-map
C++ hash map and hash set which preserve the order of insertion
wolfrev0/ps.cpp
General-purpose header-only modern c++(20+) library with well-abstracted algorithm and data structure implementations.
Tessil/robin-map
C++ implementation of a fast hash map and hash set using robin hood hashing
Tessil/sparse-map
C++ implementation of a memory efficient hash map and hash set
kihwangkim/concurrent-data-structure
my data structures for multi-threads
stotko/stdgpu
stdgpu: Efficient STL-like Data Structures on the GPU
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
MikeMirzayanov/testlib
C++ library to develop competitive programming problems
koosaga/olympiad
Olympiad in Informatics solutions
DICL/CCEH
zhouqingqing/qpmodel
A Relational Optimizer and Executor
embedded2016/bplus-tree
B+ tree implementation in C
Kronuz/cpp-btree
Modern C++ B-tree containers