From 8162caad88468c6545d7c29eba2a666dfadb5f1e Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Wed, 27 Apr 2022 19:06:55 +0300 Subject: [PATCH] Add packages cowstrings & ssostrings (#2214) --- packages.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/packages.json b/packages.json index 2067461..ac7279d 100644 --- a/packages.json +++ b/packages.json @@ -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",