Sorry I’ve not read any post’s in this thread. All i can say is ‘What the… Why C++? That in it’s self explains large amounts about your understanding of realtime code’, Realtime is exactly that REALTIME. Math functions the base of any good engine are far faster in C++, Threading is far better in C++, Yep you have no automatic memory control and garbage collection but with a little extra effort you want it for realtime anyway. Your far better of rolling your own memory allocation and threading. Why C++ lol, If anyone knows of a faster code base let me know, I’ve been asking for a C++ replacement for years. Lets face it it’s like what 20 years old now, Someone for the love of God come up with something faster and ill be the first inline.