BHSAI / BRILIA

B cell receptor repertoire annotation and lineage construction tool
7 stars 3 forks source link

Performance: pairwise distance calculation is slow in parallel processing #11

Closed dleebhsai closed 7 years ago

dleebhsai commented 7 years ago

Using parallel computing for pairwise-distance calculation is slower than using a single-core.

dleebhsai commented 7 years ago

Fixed in v3.0.8. Parallel processing kicks in only when dealing with large pairwise distance calculations (> 50 x 50 matrix). Otherwise uses a single processor for smaller job, which is faster.