Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!munnari.oz.au!labtam!eyrie!phoenix!toucan From: toucan@phoenix.pub.uu.oz.au (Matt Alderson) Newsgroups: comp.sys.amiga.tech Subject: Re: Speeding up fractals in assembly Message-ID: <1990Dec23.083230.3521@phoenix.pub.uu.oz.au> Date: 23 Dec 90 08:32:30 GMT References: <86849@tut.cis.ohio-state.edu> Distribution: comp.sys.amiga.tech Organization: Phoenix ComSystem. Public UNIX Melbourne Australia. Lines: 7 With regard to speeding up the mandlebrot thingies.. I have been in the same boat as you. I found a HUUUGE increase when I decided to jump awaay from using libraries and do all the tedious work my self.. (eg. Using the Copper to open my screen , etc/... The biggest increase was acheived by instead of using Draw(x,y) library commands but rather access the actually bplane pointer and filling from there.. I'll try to dig up my source (it's been at least 2 years now.) and see if I can help more...