# objpool **Repository Path**: shifengbin/objpool ## Basic Information - **Project Name**: objpool - **Description**: 对象池 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-29 - **Last Updated**: 2022-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # objpool #### 介绍 对象池 #### 软件架构 软件架构说明 #### 安装教程 `go get gitee.com/shifengbin/objpool` #### 使用说明 1. NewObjPool 2. Get //获取对象 3. Put //放回对象 4. Drop //放弃对象 5. Reset //清空对象