- Use smaller number types int -> short
saves in heap size.
- Save UID of vehicles as int (4 Bytes)
or short (2 Bytes) and when needed, make
a String as UID. A string would take up
(16 Bytes).
|
||
|---|---|---|
| .idea | ||
| src | ||
| .classpath | ||
| .gitignore | ||
| .project | ||
| Hajj-simulation.iml | ||