After having 1 of these radars scanning a full 64x64 chunk i noticed a large consistant spike in lag. i found this to be in the function that processed the find entities data.
I have refactored this function and also went overboard with the tweaking. I changed the operation to use both reg and green signals. Using just the 'C' signal to operate it
0=off,1=position,2=area({X,Y},{X+U,Y+V}), 3=area({X,Y},{U,V})
It also reports the full resource count instead of just the number of tiles found
https://github.com/SereneRebel/SCAMMER
I hope this helps someone