|
Re: C++ vs. Java (speed considerations only)
Quote:
Originally Posted by davidthefat
The overhead creates milliseconds of delay
|
In "normal" embedded control system programming, a whole millisecond is a LOT of delay.
What's relevant or important in general programming isn't always the same in robotics/control systems, but a few things that aren't that important in general programming are REALLY important in embedded control system programming. Milliseconds is one of them.
(I seriously don't think Java overhead creates milliseconds of delay for code the size of FRC code. LabVIEW...)
__________________
Kettering University - Computer Engineering
Kettering Motorsports
Williams International - Commercial Engines - Controls and Accessories
FRC 33 - The Killer Bees - 2009-2012 Student, 2013-2014 Advisor
VEX IQ 3333 - The Bumble Bees - 2014+ Mentor
"Sometimes, the elegant implementation is a function. Not a method. Not a class. Not a framework. Just a function." ~ John Carmack
|