mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-05 00:18:13 +07:00
Fix typo (#4168)
This commit is contained in:
parent
591fd9c138
commit
6b75283f6d
@ -50,7 +50,7 @@ String constants should be consts, use StringBuilders (or just ArrayLists of str
|
||||
|
||||
One thing I did not expect to be such an issue is intermediate lists when sorting and mapping.
|
||||
|
||||
But appparently, the memory allocation for these tasks is Serious Business.
|
||||
But apparently, the memory allocation for these tasks is Serious Business.
|
||||
|
||||
So whenever possible, take your list and .asSequence() it before actiating list operations - this results in huge savings of both time and memory!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user