|
|
|
|
|
by galangalalgol
1838 days ago
|
|
I've done lots of hard real time c++. It certainly has development time overhead, but the memory usage was the same as idiomatic c++, just everything was preallocated at max usage. No throughput hit either, if anything it was faster because of no allocations. |
|