Skip to content

Commit 402c4d3

Browse files
authored
Include callout in performance section with link for Luau post
1 parent b95d191 commit 402c4d3

File tree

1 file changed

+4
-0
lines changed
  • src/content/posts/luau-for-js-devs

1 file changed

+4
-0
lines changed

src/content/posts/luau-for-js-devs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ For the Luau script, I’m using [Lune](https://github.com/lune-org/lune) as the
109109

110110
The [Lynx](https://lynx.land) web framework for Lune is **3 times faster** than Express on Node.
111111

112+
:::note
113+
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!
114+
:::
115+
112116
![lynx benchmark](./lynx_bench.png "A benchmark of a Lynx webserver running on Lune")
113117

114118
### Libraries and Ecosystem

0 commit comments

Comments
 (0)