mirror of
https://github.com/CompeyDev/blog.devcomp.xyz.git
synced 2025-04-11 05:10:54 +01:00
Include callout in performance section with link for Luau post
This commit is contained in:
parent
b95d1915fb
commit
402c4d3b8f
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@ For the Luau script, I’m 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.
|
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!
|
||||||
|
:::
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Libraries and Ecosystem
|
### Libraries and Ecosystem
|
||||||
|
|
Loading…
Add table
Reference in a new issue