The random ramblings of a French programmer living in Norway...
2023
  Flood Fill
Sat 4th November 2023   
Today we will see how to convert a complicated algorithm from BASIC to C, then to 6502 assembler, and the optimization process involved.

It all started when Goyo asked in September 2021 if anyone had a fast floodfill routine to share.

2022
  Efficient rasterization
Wed 2nd February 2022   
I was writing an article about how to create an efficient Flood Fill routine on the Oric, but then I realized that many of the optimizations were generic and could be part of a dedicated article about how to write efficient rasterization code.