diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-21 21:12:36 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-21 21:14:13 +0800 |
commit | 561db30e03d5cf22709c8dbf091c5ea61717695e (patch) | |
tree | d36a66beae25001fbd9d6155d9369aa7461c333b /README.md | |
parent | misc: Remove underscores (diff) | |
download | go-lindenii-common-561db30e03d5cf22709c8dbf091c5ea61717695e.tar.gz go-lindenii-common-561db30e03d5cf22709c8dbf091c5ea61717695e.tar.zst go-lindenii-common-561db30e03d5cf22709c8dbf091c5ea61717695e.zip |
gpool: Generic wrapper for sync.Pool
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -7,10 +7,11 @@ This needs to be addressed in the future. ## Ported/forked packages -| Name | Description | Origin | License | -| - | - | - | - | -| scfg | Configuration parsing library | emersion | MIT | -| cmap | Generic concurrent maps | Go | BSD-3-Clause | +| Name | Description | Origin | License | +| - | - | - | - | +| scfg | Configuration parsing library | emersion | MIT | +| cmap | Generic concurrent maps | Go | BSD-3-Clause | +| gpool | Generic wrapper for sync.Pool | Go | BSD-3-Clause | ## Custom packages |