From 5f1a54e7a28c3916a47e5ca86e1a31b8eeae23a4 Mon Sep 17 00:00:00 2001 From: xrfez Date: Tue, 23 Aug 2022 08:50:27 -0700 Subject: [PATCH] added timsort2 (#2316) --- packages.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages.json b/packages.json index 735eccf..7023b1a 100644 --- a/packages.json +++ b/packages.json @@ -26916,6 +26916,28 @@ "license": "MIT", "web": "https://github.com/thisago/kiwifyDownload" }, + { + "name": "timsort2", + "url": "https://github.com/xrfez/timsort", + "method": "git", + "tags": [ + "sort", + "timsort", + "2D", + "algorithm", + "fast", + "merge", + "insertion", + "python", + "java", + "stable", + "index", + "multiple" + ], + "description": "timsort algorithm implemented in Nim", + "license": "Apache-2.0", + "web": "https://github.com/xrfez/timsort" + }, { "name": "vimeo", "url": "https://github.com/thisago/vimeo",