Data2Semantics / powerlaws

Java library for the analysis of power law distributed data. Scroll down for README.
http://peterbloem.nl
MIT License
21 stars 9 forks source link

Add parallel calculation of the significance #2

Open ThomasKoppensteiner opened 7 years ago

ThomasKoppensteiner commented 7 years ago

The significance is currently calculated serially. I think the calculation could be much faster if it is calculated in parallel.

pbloem commented 7 years ago

Good idea. Shouldn't take too long to implement. I'll have a look at it when I get a moment.