julia-numpy-fortran-test VS JuliaInterpreter.jl

Compare julia-numpy-fortran-test vs JuliaInterpreter.jl and see what are their differences.

julia-numpy-fortran-test

Comparing Julia vs Numpy vs Fortran for performance and code simplicity (by mdmaas)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
julia-numpy-fortran-test JuliaInterpreter.jl
2 5
7 157
- 0.6%
0.0 7.6
almost 3 years ago 22 days ago
Fortran Julia
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

julia-numpy-fortran-test

Posts with mentions or reviews of julia-numpy-fortran-test. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-30.
  • Optimized Rust Is Stil Slower Than Python+NumPy
    2 projects | news.ycombinator.com | 30 Mar 2023
    No surprise, because NumPy is implemented with Fortran which is designed to be efficient and fast at mathematical operations. Rust is not. And Python is not either, which is why it uses Fortran under the covers.

    I wouldn't be surprised to Rust numerical libraries created similar to NumPy which also use Fortran, for the same reasons.

    If you want a real comparison, try NumPy vs Julia:

    https://www.matecdev.com/posts/numpy-julia-fortran.html

  • Julia: Faster than Fortran, cleaner than Numpy
    6 projects | news.ycombinator.com | 20 Jun 2021
    Is the python code missing a square root?

    https://github.com/mdmaas/julia-numpy-fortran-test/blob/main...

    For fun I ran in Matlab with a 2.9 GHz i7-7820HQ and get about 1.83s for N=10,000 single threaded.

        A = exp((k*1i)*sqrt(a.^2 + (a.^2)'))

JuliaInterpreter.jl

Posts with mentions or reviews of JuliaInterpreter.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-11.
  • Do you use Julia for general purpose tasks?
    3 projects | /r/Julia | 11 Mar 2022
    The projects page is a list of suggestions of projects that someone has already said they want to run. If you can find a mentor, you can submit a project for anything. For potential performance improvements, I'd look at https://github.com/JuliaDebug/JuliaInterpreter.jl/issues/206, https://github.com/JuliaDebug/JuliaInterpreter.jl/issues/312, and https://github.com/JuliaDebug/JuliaInterpreter.jl/issues/314. I'm not sure if Tim Holy or Kristoffer have time to mentor a project, but if you're interested in doing a gsoc, ask around in the Julia slack/zulip, and you might be able to find a mentor.
  • Julia 1.7 has been released
    15 projects | news.ycombinator.com | 30 Nov 2021
    I would not go as far as calling it very naive, there has certainly been some work put into optimizing performance within the current design.

    There are probably some gains to be had by using a different storage format for the IR though as proposed in [1], but it is difficult to say how much of a difference that will make in practice.

    [1] https://github.com/JuliaDebug/JuliaInterpreter.jl/pull/309

  • What's Bad about Julia?
    6 projects | news.ycombinator.com | 26 Jul 2021
    You're right, done some more research and there seems to be an interpreter in the compiler: https://github.com/JuliaDebug/JuliaInterpreter.jl. It's only enabled by putting an annotation, and is mainly used for the debugger, but it's still there.

    Still, it still seems to try executing the internal SSA IR in its raw form (which is more geared towards compiling rather than dynamic execution in a VM). I was talking more towards a conventional bytecode interpreter (which you can optimize the hell out of it like LuaJIT did). A bytecode format that is carefully designed for fast execution (in either a stack-based or register-based VM) would be much better for interpreters, but I'm not sure if Julia's language semantics / object model can allow it. Maybe some intelligent people out there can make the whole thing work, is what I was trying to say.

  • Julia: faster than Fortran, cleaner than Numpy
    4 projects | /r/programming | 21 Jun 2021
    It could, but that is a lot more work than it sounds. It might be easier to make it possible to swap out the compiler for one that is much faster (LLVM is slow but does good optimisations, other compilers like cranelift are faster but produce slower code). There is a Julia interpreter but it was written in Julia itself (it was written to support debuggers), so it doesn't really solve the latency issues.
  • Julia: Faster than Fortran, cleaner than Numpy
    6 projects | news.ycombinator.com | 20 Jun 2021
    If you need to run small scripts and can't switch to a persistent-REPL-based workflow, you might consider starting Julia with the `--compile=min` option. You can also reduce startup times dramatically by building a sysimg with PackageCompiler.jl

    There is also technically an interpreter if you want to go that way [1], so in principle it might be possible to do the same trick javascript does, but someone would have to implement that.

    [1] https://github.com/JuliaDebug/JuliaInterpreter.jl

What are some alternatives?

When comparing julia-numpy-fortran-test and JuliaInterpreter.jl you can also consider the following projects:

Numba - NumPy aware dynamic Python compiler using LLVM

Diffractor.jl - Next-generation AD

DaemonMode.jl - Client-Daemon workflow to run faster scripts in Julia

Tullio.jl - ⅀

Infiltrator.jl - No-overhead breakpoints in Julia

rust - Empowering everyone to build reliable and efficient software.

rust - Rust for the xtensa architecture. Built in targets for the ESP32 and ESP8266

DiffEqOperators.jl - Linear operators for discretizations of differential equations and scientific machine learning (SciML)

Catwalk.jl - An adaptive optimizer for speeding up dynamic dispatch in Julia

OMEinsum.jl - One More Einsum for Julia! With runtime order-specification and high-level adjoints for AD