Viewing profile — arshajii
arshajii
HN member- Joined
- Mon, Jan 01, 2018, 4:05 AM UTC
- HN karma
- 282
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About arshajii
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
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…
-
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.
-
comment
Comment #33909194
Some info on that at https://docs.exaloop.io/codon/general/faq#how-does-codon-com... ...
-
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
- story
-
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…
-
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 -…
-
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…