Fengcheng Yu

Results 5 repositories owned by Fengcheng Yu

Load-balanced-online-OJ-system

119
Stars
13
Forks
Watchers

Implement an online programming system similar to LeetCode. Multiple compilation service hosts (CR hosts) can be deployed in the background, and then oj_server service will load balance a large number...

Reactor-based-HyperWebServer

46
Stars
3
Forks
Watchers

A high-performance web server based on the multiplexer actor mode, with an underlying implementation using the epoll model

Here are three types of high-performance IO servers, implemented through multiplexing. They are select, poll, and epoll, respectively.

This project implements a pipeline communication system framework based on dual thread pools from scratch, which is essentially communication between processes.

(still with bugs)一个取代malloc的高效方案-谷歌开源项目tcmalloc高并发内存池学习和模拟实现-本项目提取了Google-tcmalloc的精华部分,按照基本原理,模拟实现了一个支持高并发的内存池替代方案。经过测试和优化,...