mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 15:14:13 +00:00
I've used a SinglyLinkedList<Point> for the flood fill queue, since Vector was death slow. This could definitely be made faster with a better algorithm and/or data structure. :^)