Highlights
- Pro
Memkind is an easy-to-use, general-purpose allocator which helps to fully utilize various kinds of memory available in the system, including DRAM, NVDIMM, and HBM
This is the implementation repository of our OSDI'23 paper: SMART: A High-Performance Adaptive Radix Tree for Disaggregated Memory.
An adaptive radix tree for efficient indexing in main memory.
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
Quick Insertion Tree (QuIT) is a drop-in replacement for B+trees that supports faster ingestion by exploiting incoming data sortedness with no read penalty.
DuckDB is an analytical in-process SQL database management system
Codes for our ADMS'24 paper "Bandwidth Expansion via CXL: A Pathway to Accelerating In-Memory Analytical Processing".
TPC-H benchmark kit with some modifications/additions
ClickHouse® is a real-time analytics database management system
An RPKI Validator and RTR server written in Rust
Portability shim for OpenBSD's rpki-client
A library for efficient similarity search and clustering of dense vectors.
Collection of experiments to carve out the differences between two types of relational query processing engines: Vectorizing (interpretation based) engines and compiling engines.
eyalroz / ssb-dbgen
Forked from greenlion/ssb-dbgenStar Schema Benchmark data set generator (dbgen) - unified repository
This is the official mirror of the MonetDB Mercurial repository. Please note that we do not accept pull requests on github. The regression test results can be found on the MonetDB Testweb https://w…
Polyhedral Parallel Code Generation (source repository: http://repo.or.cz/ppcg.git)
LIBLINEAR -- A Library for Large Linear Classification
RPG^2 is a pure-software system that operates on running C/C++ programs, profiling them, injecting prefetch instructions, and then tuning those prefetches to maximize performance.