biodiverse icon indicating copy to clipboard operation
biodiverse copied to clipboard

spatial analyses and recycling - linearise approach

Open GoogleCodeExporter opened this issue 9 years ago • 0 comments

The recycling in Spatial.pm currently identifies which groups can be recycled 
into and then applies the results accordingly.  

If we ever get parallel processing going (which we should) then linearising 
this is probably going to simplify things.  

In this approach a hash of the recyclables can be built and checked as we 
process each group, rather than assigning to all groups in a recyc set and then 
skipping them when they are to be processed.  

This all assumes the hash can be shared across threads/forks.  


Original issue reported on code.google.com by shawnlaffan on 3 Oct 2014 at 6:23

GoogleCodeExporter avatar Mar 27 '15 23:03 GoogleCodeExporter