The fastest router(written in Lua) in API Gateways -- Lua-Radix-Router
88 views
Skip to first unread message
Yusheng Li
unread,
Apr 7, 2024, 7:13:44 AM4/7/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openresty-en
🎉 I'm excited to share a powerful Radix Router, a lightweight high-performance router library written in pure Lua. It leverages a Radix-Tree structure for efficient variable matching and prefix matching.
It comes with a lot of wonderful features🌟
- Variables binding: Injects binding variables for you with low overhead. Stop using the terrible regex capture group! - OpenAPI style API is fully compatible - Regex pattern - Extensible: Customizing your custom matcher.
Most importantly, it's the fastest Router in the open-source gateways. 🚀