Add packages cowstrings & ssostrings (#2214)

This commit is contained in:
Antonis Geralis 2022-04-27 19:06:55 +03:00 committed by GitHub
parent e800128b55
commit 8162caad88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16148,6 +16148,36 @@
"license": "MIT",
"web": "https://github.com/planetis-m/naylib"
},
{
"name": "ssostrings",
"url": "https://github.com/planetis-m/ssostrings",
"method": "git",
"tags": [
"small-string-optimized",
"string",
"sso",
"optimization",
"datatype"
],
"description": "Small String Optimized (SSO) string implementation",
"license": "MIT",
"web": "https://github.com/planetis-m/ssostrings"
},
{
"name": "cowstrings",
"url": "https://github.com/planetis-m/cowstrings",
"method": "git",
"tags": [
"copy-on-write",
"string",
"cow",
"optimization",
"datatype"
],
"description": "Copy-On-Write string implementation",
"license": "MIT",
"web": "https://github.com/planetis-m/cowstrings"
},
{
"name": "golden",
"url": "https://github.com/disruptek/golden",