Skip to content
View ffengc's full-sized avatar
🌎
Working ...
🌎
Working ...

Highlights

  • Pro

Organizations

@sysu
Block or Report

Block or report ffengc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ffengc/README.md

Hi there 👋

Pinned Loading

  1. Google-tcmalloc-simulation-implementation Google-tcmalloc-simulation-implementation Public

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

    C++ 19

  2. Event-Driven-Pipeline-Communication-System-Framework Event-Driven-Pipeline-Communication-System-Framework Public

    An event-driven pipeline communication framework based on the Reactor pattern. Pipeline communication, multiplexing services, socket and file descriptor processing

    C++ 2

  3. Double-headed-SurroundOcc Double-headed-SurroundOcc Public

    Forked from weiyithu/SurroundOcc

    [ICCV 2023] SurroundOcc: Multi-camera 3D Occupancy Prediction for Autonomous Driving

    Python 2

  4. Load-balanced-online-OJ-system Load-balanced-online-OJ-system Public

    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 num…

    C++ 121 13

  5. Reactor-based-HyperWebServer Reactor-based-HyperWebServer Public

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

    C++ 44 3

  6. Dual-Thread-Pool-Based-Pipeline-Communication-System-Framework Dual-Thread-Pool-Based-Pipeline-Communication-System-Framework Public

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

    C++ 27