JS-Spark icon indicating copy to clipboard operation
JS-Spark copied to clipboard

functionaliy demos

Open bebbi opened this issue 9 years ago • 4 comments

checkout crowdprocess.com, they have a nice raytracing demo: http://distracer.io/ Would be cool if js-spark had the same.. if I have a spare moment I'll see if I could help with that.

bebbi avatar Apr 14 '15 06:04 bebbi

so cool!

syzer avatar Apr 14 '15 07:04 syzer

Any help most welcome!.

I was thinkg about doing GOL impleentation during hackergarden. http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

syzer avatar Apr 14 '15 07:04 syzer

What do you have in mind with implementing GOL in JS-Spark?

JordyMoos avatar Jul 08 '15 08:07 JordyMoos

Game of Life: streaming algorithm 1.we split map to regions... every region need one! row from atahing regions we send data to workers/clients... when they got resolved next iteration of game we get that data back then in reduce/merge phase we solve conflicts on the edges. and we can go to 1.

#Why it works ? most of world is stagnant... edges of regions are tiny part of world... ergo most of time regions will be stagnant and not cause merge conflicts

syzer avatar Jul 08 '15 20:07 syzer