|
|
|
|
|
by joas_coder
570 days ago
|
|
Totally agree! Because of the zero-garbage and no-gc requirement we don't even use the JDK. We use Java as syntax language and write everything from scratch, even the data structures (java.util.HashMap produces garbage). So the bloated Java ecosystem does not affect us too much. |
|
unfortunately all the data from outside our strange world still needs to be brought in and cleaned up :)