Skip to content

Commit e3d8cec

Browse files
committed
note about perf
1 parent c8d448d commit e3d8cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0001-int.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ The `number | 0` is the most concise output form we can consistently use. Introd
200200

201201
Perhaps, we can make our number literals match JavaScript's number semantics. We could also rename `int` to `int32` and assign another literal like `0l`, as it was in OCaml syntax.
202202

203-
However, this is not something that will happen in the near future. It won't occur until we are confident in our migration strategy to avoid breaking existing codebases. If done incorrectly, it could completely break compatibility with existing code.
203+
However, this will not happen in the near future. It won't occur until we are confident in our migration strategy to avoid breaking existing codebases. If done incorrectly, it could completely break compatibility with existing code or cause significant performance degradation.
204204

205205
## Future posibilities
206206

0 commit comments

Comments
 (0)