File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ The following build tags can be used to customize your build:
117117| duckdb | Enables the duckdb DB |
118118| taskpanic | Throws panic, for testing |
119119| fasthttp | Enables the fasthttp server instead of net/http |
120+ | enable_buddy | Enables the buddy memory pre-allocation |
120121
121122<p align =" right " >(<a href =" #readme-top " >back to top</a >)</p >
122123
@@ -166,7 +167,7 @@ Contributions are what make the open source community such an amazing place to l
166167
167168# # License
168169
169- Distributed under the MIT License. See `LICENSE` for more information.
170+ Distributed under the AGPL License. See `LICENSE` for more information.
170171
171172<p align="right">(<a href="#readme-top">back to top</a>)</p>
172173
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ go run -tags sqlite main.go
116116| duckdb | 启用 DuckDB 存储 |
117117| taskpanic | 抛出 panic(用于测试) |
118118| fasthttp | 使用 fasthttp 服务器代替标准库 |
119+ | enable_buddy | 开启 buddy 内存预申请|
119120
120121<p align =" right " >(<a href =" #readme-top " >返回顶部</a >)</p >
121122
You can’t perform that action at this time.
0 commit comments