Ron Buckton
Ron Buckton
@typescript-bot test top1000
@typescript-bot test top999
I've always wondered why we use `Comparison` rather than just `number` and do `< 0`/`> 0`/`=== 0`. Is there a performance benefit to using one or the other?
> I also noticed (but did not change) the fact that we use binary searches for things like import insertion with the assumption that the input is always sorted, but,...
> > While they may be "sorted" in one respect, you cannot always safely use them as an argument that accepts a "sorted" array without also providing the comparer that...
We've done a similar transformation in the past, such as we do for `accessor` fields. I don't think this transform would have any major issues, as the only side effects...
Thanks @arai-a, should be fixed now.
Thanks @arai-a, should be fixed now.