Building of some type of tree (like kd trees) maybe? Just start a separate thread on a subtree and have the thread work down.
I have a Julia package for KDTrees so that's what I would use it for at least :) On Friday, March 13, 2015 at 9:54:17 PM UTC+1, Tobias Knopp wrote: > > you can start with a simple matrix-vector or matrix-matrix product. > imfilter (Images.jl) is also a function that can benefit from > multithreading. > > Am Freitag, 13. März 2015 04:52:37 UTC+1 schrieb Viral Shah: >> >> I am looking to put together a set of use cases for our multi-threading >> capabilities - mainly to push forward as well as a showcase. I am thinking >> of starting with stuff in the microbenchmarks and the shootout >> implementations that are already in test/perf. >> >> I am looking for other ideas that would be of interest. If there is real >> interest, we can collect all of these in a repo in JuliaParallel. >> >> -viral >> >> >> >>
