Unciv/core
2023-07-18 18:28:04 +03:00
..
src/com/unciv Memory performance improvement - don't create strings when you can instead hash the list! New ists are cheaper in-memory than new strings (only need to allocate "number of strings in list" pointers, and not "number of chars in all strings" chars) 2023-07-18 18:28:04 +03:00
build.gradle.kts