mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 22:23:06 +00:00
Add packages cowstrings & ssostrings (#2214)
This commit is contained in:
parent
e800128b55
commit
8162caad88
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user