mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-08 09:03:09 +00:00
Add packages cowstrings & ssostrings (#2214)
This commit is contained in:
parent
e800128b55
commit
8162caad88
@ -16148,6 +16148,36 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/planetis-m/naylib"
|
"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",
|
"name": "golden",
|
||||||
"url": "https://github.com/disruptek/golden",
|
"url": "https://github.com/disruptek/golden",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user