This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
Unciv
Watch
1
Star
0
Fork
0
You've already forked Unciv
mirror of
https://github.com/yairm210/Unciv.git
synced
2025-01-07 14:02:48 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a705effb7d
Unciv
/
core
History
Yair Morgenstern
d7b277b6b5
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
..
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
Fixed a couple warnings reported by code analysis (
#9364
)
2023-05-10 11:43:53 +03:00