From d0937995f62f13f4500719bf797a9abe100632a8 Mon Sep 17 00:00:00 2001 From: Douglas-Lee Date: Tue, 9 Apr 2024 23:40:10 +0800 Subject: [PATCH] add lua-radix-router --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5b00b47..ac0ea7a 100644 --- a/readme.md +++ b/readme.md @@ -108,7 +108,7 @@ Note: From LuaJIT to Lua to lua.vm.js to Moonshine, a basic benchmark sees perfo - [Microlight](https://github.com/stevedonovan/Microlight) - A little library of useful Lua functions; the 'extra light' version of Penlight. - [compat53](https://luarocks.org/modules/siffiejoe/compat53) - Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1. - [RxLua](https://github.com/bjornbytes/RxLua) - Reactive Extensions, Observables, etc. - +- [lua-radix-router](https://github.com/vm-001/lua-radix-router) - A lightweight high-performance, radix-tree tree based router library. ### Game Engines - [LÖVE 2D](http://love2d.org/) - Desktop game development platform. Cross-platform, feature-complete, well-adopted.