Update 2021-03-01-luau-recap-february-2021.md

This commit is contained in:
Arseny Kapoulkine 2021-03-02 10:21:53 -08:00 committed by GitHub
parent 08333ebde5
commit bdf44e5972
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ We are continuing to work on optimizing our VM and libraries to make sure idioma
* Luau function calls are now ~3% faster in most cases; we also have more call optimizations coming up next month!
* Modulo operation (%) is not a bit faster on Windows, resulting in ~2% performance improvement on some benchmarks
!["Benchmark vs Lua 5.3"]({{ site.url }}{{ site.baseurl }}luau-recap-february-2021-benchmark.png)
!["Benchmark vs Lua 5.3"]({{ site.url }}{{ site.baseurl }}/assets/images/luau-recap-february-2021-benchmark.png)
## Library changes