GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub

编程语言

”raii“ 的搜索结果

Explosion
cymem
Explosion@explosion

💥 Cython memory pool for RAII-style memory management

cythonPython
Cython456
2 个月前

相关主题

raiiiostreamimguimonad-transformersconceptshttp-serverC++

Google   Bing   GitHub

scopeguard
@bluss

Rust crate for a convenient RAII scope guard.

Rust520
2 年前
WebServer
@linyacool

A C++ High Performance Web Server

C++webserverreactorepollraii
C++8.06 k
2 年前🇨🇳
univalue存档
@jgarzik

High performance RAII C++ JSON library and universal value object class

C++JSONjson-parserJSON Schema
C++57
4 年前
Design-Patterns-in-Cpp17
@downdemo

23 GoF Patterns: RAII-Centric C++ Implementation -> Explicit Ownership via unique_ptr/shared_ptr/weak_ptr

design-patterns
C++326
7 个月前
exceptions-and-raii-in-c
@psevon

Exception handling and smart pointer (automatic cleanup) libraries for C

C61
11 年前
imgui_sugar
@mnesarco

C++11 syntactic sugar for ImGui with RAII guards

imguiraiidsl
C++71
6 个月前
xpp
@jchnkl

xpp - A C++11 RAII wrapper for XCB

C++16
7 年前
raii_with
@Qqwy

A simple library to provide RAII in standard-compliant C99, using raii_with(resource, initializer, destructor) { ... }-syntax:

Craii
C44
7 年前
RAII.scala
@ThoughtWorksInc

Resource Acquisition Is Initialization

raiiScalamonad-transformersasynchronous
Scala31
1 年前
rvec
@rbnx

RAII dynamic array in C

C20
7 年前
LRNotificationObserver
@luisrecuenco

A smarter, simpler, and better way to use NSNotificationCenter with RAII

Objective-C77
5 年前
fast_io
@expnkx

fast_io is a C++ general-purpose exception-safe RAII I/O library based on C++ 20 Concepts. It is at least ten times faster than cstdio or iostream.

glibciostreamstdiosha256hmac-sha512
C++903
5 年前
ontl
@icestudent

A set of tiny C++ RAII wrappers for NT Native/Win32 APIs including its own C++0x Standard Library (formerly STL) implementation.

C++46
3 年前
TLSBased_WebServer
@DouziChenJunyi

项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,统一申请和释放服务器通信连接所需的内存,减少系统内存碎片。TLS内存池设计为3层结构:线程缓冲存储+中心缓冲存储+页缓冲存储。...

C++44
3 年前