Skip to content
View star-cs's full-sized avatar
😅
Focusing
😅
Focusing

Block or report star-cs

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
star-cs/README.md

Hi there 👋, I'm Star-CS

Star-CS's GitHub stats Top Langs

关于我

  • 苦逼 27 届双非硕 CPP选手

项目介绍

  • 内核模块,eBPF,/proc
  • 性能指标分析
  • gRPC 通信
  • Docker 容器化部署
  • 日志库 配置库 (纯造轮子,非重点)
  • 协程库 IOSchedule Hook
  • 内存池 (不可靠,用 jemalloc 替换)
  • 轻量级 ORM(支持 Mysql,sqlite3,Postgresql)
  • 异步 Redis(基于 libevent 的事件驱动线程池)
  • 网络协议支持:TCP HTTP1.1/2.0 WebSocket
  • 模块化加载 Module
  • 基于 sylar webserver 框架开发
  • MinIO 存储文件,MySQL 存储文件元数据,Redis 缓存,Postgresql 存储文件向量,PGVector 向量查询

恋恋风辰 即时聊天

Pinned Loading

  1. NodeMonitor NodeMonitor Public

    项目专注于节点级系统监控,能够实时采集CPU(负载、软中断、状态)、内存、网络、磁盘等关键性能指标,并通过客户端-服务器架构提供灵活的数据访问接口。项目包含监控数据展示组件、RPC通信管理模块及测试框架,支持Docker容器化部署,适用于高性能计算环境和分布式系统监控场景。

    C++ 1

  2. TMMS-SERVER TMMS-SERVER Public

    高性能直播流媒体服务器。

    C++

  3. coro coro Public

    C++20协程学习,tinyCoroLab 协程库lab

    C++

  4. learning-ebpf learning-ebpf Public

    Forked from lizrice/learning-ebpf

    Learning eBPF, published by O'Reilly - out now! Here's where you'll find a VM config for the examples, and more

    C