Quote:
I wanted to wirte a bug report for 1784/1785 because of Transfer speed, but then i found this bug report. I also noticed a change in the speed, but, i think it was only displayed wrong?
|
I suspect that this is in fact the case for some of the reported speed issues, the speed reported in these builds appears to be much slower than the actual speed.
In build 1782 the way the speed is stored changed from a list or a circular referenced array, this improves efficiency and removes a ton of unnecessary overhead.
The list defines the number of elements and we don't need to keep track of our current position, where as with the circular referenced array index 0 holds the current position. The problem was that the calculation routine assumed index 0 was a value which then skewed the results.
This issue was fixed back in build 1786 but unfortunately I have a lot on my mind lately, and I completely forgot about it until now