my-vegetable-has-exploded's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
juicedata/juicefs
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
microsoft/mimalloc
mimalloc is a compact general purpose allocator with excellent performance.
paradedb/paradedb
Postgres for Search and Analytics
postgresml/postgresml
Postgres with GPUs for ML/AI apps.
erikbern/ann-benchmarks
Benchmarks of approximate nearest neighbor libraries in Python
EricLBuehler/mistral.rs
Blazingly fast LLM inference.
lancedb/lance
Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, and PyTorch with more integrations coming..
rumboalla/apkupdater
APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.
apache/horaedb
Apache HoraeDB (incubating) is a high-performance, distributed, cloud native time-series database.
linuxmint/timeshift
System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.
mitsuhiko/insta
A snapshot testing library for rust
duckdb/pg_duckdb
DuckDB-powered Postgres for high performance apps & analytics.
ashvardanian/SimSIMD
Up to 200x Faster Dot Products & Similarity Metrics — for Python, Rust, C, JS, and Swift, supporting f64, f32, f16 real & complex, i8, and bit vectors using SIMD for both AVX2, AVX-512, NEON, SVE, & SVE2 📐
apache/datafusion-comet
Apache DataFusion Comet Spark Accelerator
cmu-db/benchbase
Multi-DBMS SQL Benchmarking Framework via JDBC
cmu-db/optd
CMU-DB's Cascades optimizer framework
intel/neural-speed
An innovative library for efficient LLM inference via low-bit quantization
delta-incubator/delta-kernel-rs
A native Delta implementation for integration with any query engine
intel/ScalableVectorSearch
pingcap/benchmarksql
Unofficial mirror of benchmarksql on github
petergeoghegan/benchmarksql
Unmaintained, prefer these BenchmarkSQL forks: https://github.com/wieck/benchmarksql and https://github.com/pgsql-io/benchmarksql
influxdata/influxdb2-sample-data
Sample data for InfluxDB 2.0
Rufflewind/bench-maps
Benchmark of map (associative array) implementations in C++ and Rust
influxdata/influxdb3_core
InfluxData's core functionality for InfluxDB Edge and IOx
pgsql-io/benchmarksql
A TPC-C like test tool
datafusion-contrib/datafusion-tokomak
Optimizer for DataFusion based on the egg framework
xn-sakina/vscode-virtual
Customize your VSCode styles
liuyuanyuan/PostgresInternals
《PostgreSQL内部机制剖析(译)》适用于数据库管理员和系统开发人员
datafusion-contrib/datafusion-index-provider
Prototype approaches to implementing Indexes in DataFusion