gmarcais / Jellyfish

A fast multi-threaded k-mer counter
Other
460 stars 136 forks source link

Jellyfish count runs very slowly on Apple M1 processor #175

Open SachinDavis opened 3 years ago

SachinDavis commented 3 years ago

Compared to my computer with an x86 Intel CPU, Jellyfish count takes over 100x longer to run on my machine with an Apple M1

gmarcais commented 3 years ago

I unfortunately do not have access such hardware. There is a project to optimize for ARM+NEON using the ARM machine available on AWS. Hopefully that will also fix the problem with Apple M1.