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

This commit is contained in:
Arseny Kapoulkine 2021-03-02 10:24:32 -08:00 committed by GitHub
parent bdf44e5972
commit 3bb62773bb
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ We are continuing to work on optimizing our VM and libraries to make sure idioma
* Table key assignments as well as global assignments have been optimized to play nicer with modern CPUs, yielding ~2% speedup in some benchmarks
* 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
* Modulo operation (%) is now a bit faster on Windows, resulting in ~2% performance improvement on some benchmarks
!["Benchmark vs Lua 5.3"]({{ site.url }}{{ site.baseurl }}/assets/images/luau-recap-february-2021-benchmark.png)