Live data from Hacker News

Viewing profile — arshajii

arshajii

HN member
Joined
Mon, Jan 01, 2018, 4:05 AM UTC
HN karma
282
Public activity
12 items

About arshajii

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #33916719

    Thanks a lot for all the comments and feedback! Wanted to add a couple points/clarifications: - Codon is a completely standalone (from CPython) compiler that was started with the g…

  6. comment
    Comment #33911760

    I would guess the bulk of the time is being spent in compilation. You might try "codon build -release day_2.py" then "time ./day_2" to measure just runtime.

  7. comment
    Comment #33909194

    Some info on that at https://docs.exaloop.io/codon/general/faq#how-does-codon-com... ...

  8. comment
    Comment #33909145

    We do have a benchmark suite at https://github.com/exaloop/codon/tree/develop/bench and results on a couple different architectures at https://exaloop.io/benchmarks

  9. story
  10. comment
    Comment #28541875

    We haven't done too many comparisons with BioJulia since that paper, although we did address the (valid) issues they raised such as data validation (i.e. Seq now validates input da…

  11. comment
    Comment #28541752

    (I'm one of the developers on Seq.) We've actually been working mostly on closing the gap with Python for the last year or so. Seq can be useful for plain Python programs as well -…

  12. comment
    Comment #28541664

    Hi everyone, I’m one of the developers on the Seq project — I was delighted to see it posted here! We started this project with a focus on bioinformatics, but since then we’ve adde…