From 0cf8de86494a30b5931e38d2b57209cce9fa7451 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Tue, 23 Dec 2025 10:27:49 +0800 Subject: [PATCH] shared short strings blog --- 3rd/lua/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rd/lua/README b/3rd/lua/README index 7f1c0cad..7c19955f 100644 --- a/3rd/lua/README +++ b/3rd/lua/README @@ -2,4 +2,4 @@ This is a modify version of lua 5.5 . For detail , Shared Proto : http://lua-users.org/lists/lua-l/2014-03/msg00489.html - Shared short string table : http://blog.codingnow.com/2015/08/lua_vm_share_string.html + Shared short string : https://blog.codingnow.com/2019/06/string_comparison.html