Skip to content

缓冲池主要用于服务端,将不断重复的malloc和free操作管理起来,可提高效率,也便于数据量化管理

License

Notifications You must be signed in to change notification settings

JeepLin/BufferPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BufferPool

缓冲池主要用于服务端,将不断重复的malloc和free操作管理起来,可提高效率,也便于数据量化管理

About

缓冲池主要用于服务端,将不断重复的malloc和free操作管理起来,可提高效率,也便于数据量化管理

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages