Skip to content
View lhish's full-sized avatar

Block or report lhish

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

Pinned Loading

  1. test-lhy/new_my_stl test-lhy/new_my_stl Public

    `new_my_stl` 是一个旨在实现和扩展C++标准库功能的项目,涵盖了数据结构、算法、网络编程、数据库交互以及高级语言特性等多个方面。

    C++

  2. MacroSolver MacroSolver Public

    MacroSolver is the world's first tool to offer cross-platform visual macro expansion, clearly illustrating each step of the expansion process.

    C++ 3

  3. tiny_coroutine_webserver tiny_coroutine_webserver Public

    这是一个基于C++20/23协程和Linux epoll构建的高性能Web服务器。它利用epoll实现高效网络I/O,并通过C++协程提供强大的异步处理能力,确保在高并发场景下的卓越性能和响应速度。项目集成了MySQL数据库功能,支持HTTP请求(GET/POST)解析、查询参数、multipart表单以及灵活的自定义路由。它不仅能够提供动态Web服务和静态文件支持,还包含完整的前端页面。

    C++ 1

  4. refl_s refl_s Public

    refl_s 是一个轻量级的 C++ 头文件库,旨在为 C++ 结构体和类提供非侵入式的静态反射能力。

    C++

  5. RooCodeInc/Roo-Code RooCodeInc/Roo-Code Public

    Forked from cline/cline

    Roo Code gives you a whole dev team of AI agents in your code editor.

    TypeScript 18.9k 2.1k

  6. thread_pool thread_pool Public

    thread_pool是一个用现代C++编写的高效线程池库,旨在提供强大的任务并发执行能力,简化多线程编程,并支持动态线程管理和异步结果获取。

    C++