https://kotlinlang.org logo
#feed
Title
# feed
s

suresh

01/13/2021, 8:35 PM
https://youtrack.jetbrains.com/issue/KT-42285
Copy code
January 2021
We've compiled about one million lines of code (LoC) in our tests. Frontend performance is about 14,000 LoC per second while the overall performance of frontend and backend is about 5,000 LoC per second. These performance results are around 4 times faster than results of the existing compiler.
2️⃣ 2
🚀 4
🦜 7
K 36
m

mikehearn

01/15/2021, 11:10 AM
Unfortunately it’s 2x better. The frontend is 4x better.
(see last comment). Still a great improvement.
And I guess it means, optimising the backend could yield big improvements
👍 1
s

suresh

01/15/2021, 4:58 PM
@mikehearn doesn't that 4x frontend performance help for IDEs (auto completion, analysis etc) ?
m

mikehearn

01/18/2021, 11:50 AM
Yes. Absolutely.
👍 1
3 Views