|
|
|
|
|
by bb88
703 days ago
|
|
All the java libs that you use can never do an allocation -- ever!. So you don't really get that much benefit to the java ecosystem (other than IDE's). You have to audit the code you use to make sure allocations never happen during the critical path. Fifteen years ago, the USN's DDX software program learned this the hard way when they needed a hard real time requirement in the milliseconds. |
|