有趣的分叉/连接或分治示例
我们希望在会议研讨会上展示新的 JDK7 Fork/Join 框架。为此,我们目前正在寻找一个有趣的示例,可以使用该框架做什么。
有一些显而易见的方法,例如排序或矩阵计算,但还有人们喜欢做的更有趣的方法吗?例如,我们在 java 网站上发现图像模糊,或者可能是天气预报或类似的东西?
如果领域不是太复杂就好了,这样问题就可以在几天内解决。
任何意见都将受到高度赞赏。有什么想法或经验吗?
We want to showcase the new JDK7 Fork/Join Framework on a conference workshop. For this we are currently searching for an interesting example what can be done with the framework.
There are obvious ones like sorting or matrix calculations but are there more interesting ones which people like to work on. For example we found Image blurring at the java site or maybe weather forecasting or something like that?
It would be good if the domain is not too complex so the problems can be solved in a days time.
Any input is greatly appreciated. Any ideas or experiences?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为元胞自动机是很好的例子,就像康威的生活一样(至少我在研讨会上就是这么做的,而且很有效)。
I think cellular automata make great examples, like Conway's life (at least that is what I did on a workshop, and it worked).