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.