from Hacker News

A look at the Mojo language for bioinformatics

by jakobnissen on 2/9/24, 4:15 PM with 5 comments

  • by kescobo on 2/9/24, 5:48 PM

    >However, in my opinion, this lack of validation (really, lack of parsing in any meaningful sense) means that the performance between this parser and Needletail is incomparable. So what exactly does it demonstrate? You get to claim your implementation is faster than someone else if you do the same task in less time, but not if you skip half the job.

    Yeah, this makes the original post just incredibly misleading. Sure, meaningful benchmarks are hard, but before you go writing "woah, look how much faster we are!", a bit more due dilligence should be required.

  • by eigenspace on 2/10/24, 1:00 AM

    > I think there is only one real conclusion here:

    > JULIA IS FASTER THAN MOJO!!!!111

    <3

  • by chalst on 2/9/24, 4:23 PM

    Julia is an example of a dynamic language that is fast. I would like to see Mojo and Julia compared for interoperability with Python.