bcgsc / physlr

:chains: Construct a Physical Map from Linked Reads
GNU General Public License v3.0
18 stars 8 forks source link

molecules.cc: cosine sim + iterative #159

Closed aafshinfard closed 4 years ago

jwcodee commented 4 years ago

Can you change your variables to camel case?

jwcodee commented 4 years ago

Can you change instances of unordered_map and unordered_set to be robin hash versions. are you adding the OpenMP part later?

aafshinfard commented 4 years ago

Can you change instances of unordered_map and unordered_set to be robin hash versions.

I'd prefer to postpone it to another PR

are you adding the OpenMP part later?

It's added already, isn't it?