ccjeff's Stars
langchain-ai/langchain
🦜🔗 Build context-aware reasoning applications
nektos/act
Run your GitHub Actions locally 🚀
jaegertracing/jaeger
CNCF Jaeger, a Distributed Tracing Platform
wong2/chatgpt-google-extension
This project is deprecated. Check my new project ChatHub:
gunnarmorling/1brc
1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
amazon-science/mm-cot
Official implementation for "Multimodal Chain-of-Thought Reasoning in Language Models" (stay tuned and more will be updated)
nrc/r4cppp
Rust for C++ programmers
libarchive/libarchive
Multi-format archive and compression library
wangshub/RL-Stock
📈 如何用深度强化学习自动炒股
simd-everywhere/simde
Implementations of SIMD instruction sets for systems which don't natively support them.
Eventual-Inc/Daft
Distributed data engine for Python/SQL designed for the cloud, powered by Rust
David-Haim/concurrencpp
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
cmu-db/noisepage
Self-Driving Database Management System from Carnegie Mellon University
alibaba/clusterdata
cluster data collected from production clusters in Alibaba for cluster management research
rust-crdt/rust-crdt
a collection of well-tested, serializable CRDTs for Rust
jbaldwin/libcoro
C++20 coroutine library
EngineersNeedArt/SystemSix
e-Ink Calendar
monk1337/resp
Fetch Academic Research Papers from different sources
mratsim/laser
The HPC toolbox: fused matrix multiplication, convolution, data-parallel strided tensor primitives, OpenMP facilities, SIMD, JIT Assembler, CPU detection, state-of-the-art vectorized BLAS for floats and integers
BaronStack/book_paper
Collect some book about distributed storage system
hegongshan/File-System-Paper
Must-read Papers for File System (FS)
ConorWilliams/ConcurrentDeque
Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17
uber-research/CRISP
pdlfs/deltafs
Transient file system service featuring highly paralleled indexing on both file data and file system metadata
cmuparlay/flock
Library for lock-free locks
risinglightdb/sql-optimizer-labs
🚧 Build a SQL optimizer in 1000 lines of Rust using egg.
chaoran/fibril
A high performance fork-join multi-threading library
yazhuo/LatenSeer
The repo for SoCC23 Paper: LatenSeer: Causal Modeling of End-to-End Latency Distributions by Harnessing Distributed Tracing.
cmu-db/15721-s24-cache1
15-721 Spring 2024 - Cache #1
daveho/forkjoin
Terrible implementation of fork/join using C++ and pthreads