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-08 14:33:42 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d7b277b6b5
Unciv
/
core
/
src
/
com
/
unciv
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
..
json
logic
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
models
ui
utils
Constants.kt
UncivGame.kt