开发者

Demonstrating a Distributed Computing Platform [closed]

开发者 https://www.devze.com 2023-03-11 14:34 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this 开发者_开发百科question will likely so
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this 开发者_开发百科question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago.

I have to do a year-long research project and my goal is to make a JavaScript distributed computing platform. I'll have the summer to do that, but I need a concrete example to demonstrate it.

My instructors would like something substantial: no massive radix sorts or stuff like that. I was thinking about doing statistical weather forecasting, but that might be a bit complex.

I need ideas of simulations or calculations which are (fairly) simple. I'm still in high school so I don't want to port Folding@Home since I have no idea how that works...

TIA.


How about bitcoin mining? Basically you just hash some input and a random 4-byte sequence twice with sha256, then compare the output to some (also supplied from the input) target value.

There is already an existing javascript implementation out there, however, so you won't be breaking new ground. Then again, if it's just high school that shouldn't be a requirement..?

There's a fairly simple-to-follow Python implementation here: https://github.com/jgarzik/pyminer

0

精彩评论

暂无评论...
验证码 换一张
取 消