Help with LED Bar Graph and 4017 without Delay

The code in the link you supply uses delay() to settle the 4017. You can probably replace that delay with delaymicroseconds() to make it faster. You actually need to leave it on for a short interval to get the pov effect happening, so I don't think you can remove all delays.