💥 Cython memory pool for RAII-style memory management
Rust crate for a convenient RAII scope guard.
Exception handling and smart pointer (automatic cleanup) libraries for C
Resource Acquisition Is Initialization
A RAII-conform C++ ncurses wrapper
C++11 syntactic sugar for ImGui with RAII guards
A smarter, simpler, and better way to use NSNotificationCenter with RAII
A set of tiny C++ RAII wrappers for NT Native/Win32 APIs including its own C++0x Standard Library (formerly STL) implementation.
项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,统一申请和释放服务器通信连接所需的内存,减少系统内存碎片。TLS内存池设计为3层结构:线程缓冲存储+中心缓冲存储+页缓冲存储。...