igorcanadi's Stars
torvalds/linux
Linux kernel source tree
ray-project/ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
fish-shell/fish-shell
The user-friendly command line shell.
firecracker-microvm/firecracker
Secure and fast microVMs for serverless computing.
parse-community/parse-server
Parse Server for Node.js / Express
apple/foundationdb
FoundationDB - the open source, distributed, transactional key-value store
arangodb/arangodb
🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.
alshedivat/al-folio
A beautiful, simple, clean, and responsive Jekyll theme for academics
tensorflow/serving
A flexible, high-performance serving system for machine learning models
mit-pdos/noria
Fast web applications through dynamic, partially-stateful dataflow
google/zetasql
ZetaSQL - Analyzer Framework for SQL
facebookarchive/LogDevice
Distributed storage for sequential data
spacedentist/spr
Submit pull requests for individual, amendable, rebaseable commits to GitHub
smyte/ratelimit
Smyte's high-performance rate limiter
facebookarchive/rocks-strata
calimero-archive/bridge-contracts
rockset/stacky
stacky is a tool to manage stacks of PRs. This allows developers to easily manage many smaller, more targeted PRs that depend on each other.
igorcanadi/DynamoFS
Filesystem built on top of Key Value store. CS 739 project at UW-M.
rzh/hammer.mongo
mongodb perf testing tool
ninoaf/Protein_Docking_Tool
Protein Docking Tool is performing a shape based process of protein docking by using spherical harmonics in C++ (Eclipse CDT project).
igorcanadi/firecloud
Simple Key Value store running on 4 nodes. CS 739 homework at UW-M.
igorcanadi/linux-proc-debugging
Debugging support through /proc file system in Linux. CS 736 project at UW-M.
igorcanadi/varys
Service that periodically queries remote sensors and writes their values to MySQL DB.
igorcanadi/antisocial-library
The Antisocial Network code library for ACM ICPC World Finals 2012.
igorcanadi/proc-strace
ptrace emulation through /proc process control interface (built on top of https://github.com/igorcanadi/linux-proc-debugging).