|
Re: On the quality and complexity of software within FRC
Quote:
Originally Posted by Thad House
This is a very true fact. You can tell the Java libraries for this year were rushed to get finished in time. Also, some of the hacks needed to interface with the native c++ code for the FPGA just look like they could cause more issues. This is the same thing that causes the vision libraries to be slow. It wastes alot of time marshalling the structs between java and c++, and this looks to be what is so slow. We've been trying to alleviate alot of these issues in the DotNet port, and its easier since working with native code is easier, but its still a challenge trying clean up the code to make it faster, yet keeping it running the same code.
|
I wish there was a middle ground, something that could run natively like C++ but be like Java in the sense that it lacks a lot of the pitfalls C++ learners fall into.
__________________
Team 973 (2016-???)
Team 5499 (2015-2016)
Team 254 (2014-2015)
Team 1538 (2011-2014) 2014 Driver (25W 17L 1T)
日本語でOK
|