krzema12 / kotlin-python

Python target for the Kotlin Programming Language. See https://github.com/krzema12/kotlin-python/tree/python-backend/python
https://discuss.kotlinlang.org/t/idea-python-backend/19852
48 stars 1 forks source link

Rework `.toPython()` to use common `StringBuilder`, not plain `String`s #72

Open krzema12 opened 2 years ago

krzema12 commented 2 years ago

Originally created by @SerVB.

SerVB commented 2 years ago

I already tried that some time ago but AFAIR it didn't give much boost: https://github.com/krzema12/kotlin-python/tree/2021-07-30-stringbuilder

krzema12 commented 2 years ago

Yeah, I guess we concluded that the current code looks and works good enough. Feel free to close this one if you want.

SerVB commented 2 years ago

Let's leave it open until one more try in the far future