James-QiuHaoran
Systems Research at Microsoft Azure Research | CS PhD at UIUC
Microsoft Azure Research @microsoftChampaign, Illinois
Pinned Repositories
cs249r_book
Introduction to Machine Learning Systems
distributed-computing-platform-mapreduce
This repository contains a simple Hadoop-like (MapReduce) distributed computing platform implemented in Java. It is extended from a course project at UIUC awarded the best Java version implementation and it's open-sourced for reference.
Final-Year-Project-Website
Website for our final year project - FRING: FAST BLOCKCHAIN ON SGX-FACILITATED PEER-TO-PEER NETWORK; Project FRing includes a new peer-to-peer network protocol that improves communication performance among peers and an implementation of fast, consistent blockchain system on top of this P2P network.
James-QiuHaoran.github.io
This is my (old) personal website using bootstrap. Free to clone and use as your website template :-) New homepage:
LLM-serving-with-proxy-models
Efficient Interactive LLM Serving with Proxy Model-based Sequence Length Prediction | A tiny model can tell you the verbosity of an LLM (with low latency!)
Othello
Othello game (versus computer AI agent) implemented in Python. Try to see whether you can beat it!
scalable-image-matching
This is a image matching system for scalable and efficient matching of images from a large database. The basic idea is to compute perceptural hash value for each image and compare the similarity based on the pHash computed. Searching are scalable with the elasticsearch as the backend database.
simple-compilers
Several simple compilers/interpreters implemented in C/C++ or Haskell, e.g. music notation compiler (simple music notation to abc notation), several compilers for toy programming languages, and an interpreter for a JavaScript-like programming language.
structured-p2p-overlay-network
Final Year Project @HKU Department of Computer Science | HGFRR includes a new peer-to-peer network protocol that improves communication efficiency and security among peers, and an implementation of a fast, secure blockchain system on top of this P2P network.
Tools
This repository consists of useful tools or guides for system software development or anything interesting.
James-QiuHaoran's Repositories
James-QiuHaoran/Final-Year-Project-Website
Website for our final year project - FRING: FAST BLOCKCHAIN ON SGX-FACILITATED PEER-TO-PEER NETWORK; Project FRing includes a new peer-to-peer network protocol that improves communication performance among peers and an implementation of fast, consistent blockchain system on top of this P2P network.
James-QiuHaoran/structured-p2p-overlay-network
Final Year Project @HKU Department of Computer Science | HGFRR includes a new peer-to-peer network protocol that improves communication efficiency and security among peers, and an implementation of a fast, secure blockchain system on top of this P2P network.
James-QiuHaoran/LLM-serving-with-proxy-models
Efficient Interactive LLM Serving with Proxy Model-based Sequence Length Prediction | A tiny model can tell you the verbosity of an LLM (with low latency!)
James-QiuHaoran/scalable-image-matching
This is a image matching system for scalable and efficient matching of images from a large database. The basic idea is to compute perceptural hash value for each image and compare the similarity based on the pHash computed. Searching are scalable with the elasticsearch as the backend database.
James-QiuHaoran/James-QiuHaoran.github.io
This is my (old) personal website using bootstrap. Free to clone and use as your website template :-) New homepage:
James-QiuHaoran/distributed-computing-platform-mapreduce
This repository contains a simple Hadoop-like (MapReduce) distributed computing platform implemented in Java. It is extended from a course project at UIUC awarded the best Java version implementation and it's open-sourced for reference.
James-QiuHaoran/simple-compilers
Several simple compilers/interpreters implemented in C/C++ or Haskell, e.g. music notation compiler (simple music notation to abc notation), several compilers for toy programming languages, and an interpreter for a JavaScript-like programming language.
James-QiuHaoran/Tools
This repository consists of useful tools or guides for system software development or anything interesting.
James-QiuHaoran/compiler-project
This project includes a simple compiler based on flex and bison, and its application.
James-QiuHaoran/bcc
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
James-QiuHaoran/CoCo
CoCo: Coordinated Container Scheduling with Last-Level Cache and Memory Bandwidth Partitioning
James-QiuHaoran/go-ethereum
Official Go implementation of the Ethereum protocol
James-QiuHaoran/serverless-wosc7
This repository consists of the code and data in the WoSC 2021 paper "Is Function-as-a-Service a Good Fit for Latency-Critical Services?".
James-QiuHaoran/wrk2
A constant throughput, correct latency recording variant of wrk
James-QiuHaoran/chatgpt-api-playground
ChatGPT API
James-QiuHaoran/alpaca-lora
Instruct-tune LLaMA on consumer hardware
James-QiuHaoran/autoscaler
Autoscaling components for Kubernetes
James-QiuHaoran/AzurePublicDataset
Microsoft Azure Traces
James-QiuHaoran/community
Kubernetes community content
James-QiuHaoran/cs598-ml4se
CS 598 ML4SE
James-QiuHaoran/FineInfer
Deferred Continuous Batching in Resource-Efficient Large Language Model Serving (EuroMLSys 2024)
James-QiuHaoran/IntelliLLM
An intelligent LLM serving system based on ML-driven scheduling, load-balancing, request migration and preemption, and KV cache management for high throughput, low latency, and fault tolerance.
James-QiuHaoran/mtmfrl
Multi Type Mean Field Reinforcement Learning
James-QiuHaoran/openwhisk
Apache OpenWhisk is an open source serverless cloud platform
James-QiuHaoran/rl-checkpoints
This is a repository holding large RL checkpoint files using Git LFS.
James-QiuHaoran/serverless-application-model
AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications
James-QiuHaoran/serverlesscomputing
James-QiuHaoran/snail-pytorch
https://arxiv.org/pdf/1707.03141.pdf
James-QiuHaoran/systems-seminar-uiuc.github.io
website for systems seminar at UIUC
James-QiuHaoran/train-ticket
A benchmark microservice system named TrainTicket.