Update docs/_posts/2022-01-27-luau-recap-january-2022.md

Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
This commit is contained in:
Andy Friesen 2022-01-28 11:41:23 -08:00 committed by GitHub
parent 491c277b26
commit 250f2da363
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ Luau is our programming language that you can read more about at [https://luau-l
This change replaces the default number->string conversion with a new algorithm called Schubfach, which allows us to
produce the shortest precise round-trippable representation of any input number very quickly.
This results in a 10% lift on the 3d-raytrace benchmark by accelerating the canvas printing since sprintf is no longer
While performance is not the main driving factor, this also happens to be significantly faster than our old implementation (up to 10x depending on the number and the platform).
the bottleneck there.
## Improvements to type assertions