Go to file
HeshamTB 69c1a19ed9 Memory usage improvements:
- 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).
2021-01-10 21:57:51 +03:00
.idea After Sub fixes 2020-12-18 21:38:23 +03:00
src Memory usage improvements: 2021-01-10 21:57:51 +03:00
.classpath Imports block compile and eclipse project files 2020-12-16 15:58:46 +03:00
.gitignore ignore bin extention 2020-12-06 05:37:54 +03:00
.project Imports block compile and eclipse project files 2020-12-16 15:58:46 +03:00
Hajj-simulation.iml init commit 2020-10-09 22:22:37 +03:00