Improve the performance of FILESAREEQUAL by reading 1024 bytes at a time (instead of 1)
The bottleneck is the number of Logo instructions executed, so reading 1024 at a time reduces the execution time by a factor of 1024.
Authored by: david_costanzo 2020-08-23
Parent: [r5418]
Child: [r5420]