mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
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:
parent
491c277b26
commit
250f2da363
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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.
|
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.
|
the bottleneck there.
|
||||||
|
|
||||||
## Improvements to type assertions
|
## Improvements to type assertions
|
||||||
|
|
Loading…
Add table
Reference in a new issue