Daniël Heres
Daniël Heres
> Is there a rule of thumb for choosing SMJ over HJ? I wonder how SMJ in DataFusion compares against HJ at the moment. Some ideas for when SMJ could...
noLoop() should go in setup(), then processingjs doesn't call your draw function anymore. You should redraw only when there are new properties to draw. so i think you have to...
http://pastebin.org/61886
Ehm, yeah that's more difficult. Maybe some options: 1. You could check (if you don't use floats for your rendering) wether or not the positions did change and only draw...
By the way, to me seems option 3 the most plausible option + you could accelerate the process of stabilizing the donuts.
I am just a first year (so a couple of months) computer science student. I did some time ago experiments with processingjs just as an ebook (http://speechcorpus.googlepages.com/ebook.html) and a very...
Oh and one big deal: I think yo can remove those lines of Donutsegment.draw " fill(DONUT_BACKGROUND); ``` noStroke(); strokeWeight(this.breadth+2*OUTER_BORDER); stroke(DONUT_BACKGROUND); noFill(); arc(donut.x, donut.y, (donut.radius)*2, (donut.radius)*2, this.angleStart, this.angleStop);" ``` does nothing...
found some time: http://pastebin.org/62191 totalslizes is just a data member of donut, saves some cycles :).
I think this has been resolved @andygrove please reopen if this is not the case
Note that in this query, `AggregateExec` needs a large amount of memory, as we need to keep all the data in memory before sorting/extract top k counts, so relatively high...