Include callout in performance section with link for Luau post

This commit is contained in:
Erica Marigold 2025-02-19 15:49:00 +00:00 committed by GitHub
parent b95d1915fb
commit 402c4d3b8f
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -109,6 +109,10 @@ For the Luau script, Im using [Lune](https://github.com/lune-org/lune) as the
The [Lynx](https://lynx.land) web framework for Lune is **3 times faster** than Express on Node.
:::note
Luau has made significant performance improvements compared to Lua, as previously discussed. How does Luau make your code go zoooom, though? They have [an excellent page](https://luau.org/performance) on their site discussing the technical details behind the compiler and interpreter which make this possible. I would highly recommend reading this, it's pretty fun!
:::
![lynx benchmark](./lynx_bench.png "A benchmark of a Lynx webserver running on Lune")
### Libraries and Ecosystem