Look into making wall drawing more cache-efficient
Opened this issue · 0 comments
AnEnigmaticBug commented
Walls are drawn one vertical strip at a time. This is actually the least cache-efficient option possible. The ideal case would be drawing horizontal strips.
If done, it may give a good speed-up.