SaaSHub helps you find the best software and product alternatives Learn more β
StaticCompiler.jl Alternatives
Similar projects and alternatives to StaticCompiler.jl
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Apache Arrow
Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
-
-
-
-
-
-
-
-
prometeo
An experimental Python-to-C transpiler and domain specific language for embedded high-performance computing
-
-
-
-
-
-
-
StaticTools.jl
Enabling StaticCompiler.jl-based compilation of (some) Julia code to standalone native binaries by avoiding GC allocations and llvmcall-ing all the things!
-
-
StaticCompiler.jl discussion
StaticCompiler.jl reviews and mentions
-
Potential of the Julia programming language for high energy physics computing
Yes, julia can be called from other languages rather easily, Julia functions can be exposed and called with a C-like ABI [1], and then there's also various packages for languages like Python [2] or R [3] to call Julia code.
With PackageCompiler.jl [4] you can even make AOT compiled standalone binaries, though these are rather large. They've shrunk a fair amount in recent releases, but they're still a lot of low hanging fruit to make the compiled binaries smaller, and some manual work you can do like removing LLVM and filtering stdlibs when they're not needed.
Work is also happening on a more stable / mature system that acts like StaticCompiler.jl [5] except provided by the base language and people who are more experienced in the compiler (i.e. not a janky prototype)
[1] https://docs.julialang.org/en/v1/manual/embedding/
[2] https://pypi.org/project/juliacall/
[3] https://www.rdocumentation.org/packages/JuliaCall/
[4] https://github.com/JuliaLang/PackageCompiler.jl
[5] https://github.com/tshort/StaticCompiler.jl
-
Julia App Deployment
PackageCompiler, but it' s a fat runtime and not cross compile. A thin runtime is currently not possible without sacrifices for feature as https://github.com/tshort/StaticCompiler.jl.
-
JuLox: What I Learned Building a Lox Interpreter in Julia
https://github.com/tshort/StaticCompiler.jl/issues/59 Would working on this feasible?
- Making Python 100x faster with less than 100 lines of Rust
- What's Julia's biggest weakness?
-
Size of a "hello world" application
I just read the project's documentation at https://github.com/tshort/StaticCompiler.jl. It does produce a "hello world" application that is only 8.4k in size π. I do like that it can work on Mac OS. Hopefully Windows support will come soon.
-
Why Julia 2.0 isnβt coming anytime soon (and why that is a good thing)
See https://github.com/tshort/StaticCompiler.jl
- My Experiences with Julia
-
Julia for health physics/radiation detection
You're probably dancing around the edges of what [PackageCompiler.jl](https://github.com/JuliaLang/PackageCompiler.jl) is capable of targeting. There are a few new capabilities coming online, namely [separating codegen from runtime](https://github.com/JuliaLang/julia/pull/41936) and [compiling small static binaries](https://github.com/tshort/StaticCompiler.jl), but you're likely to hit some snags on the bleeding edge.
-
We Use Julia, 10 Years Later
using StaticCompiler # `] add https://github.com/tshort/StaticCompiler.jl` to get latest master
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Dec 2024
Stats
tshort/StaticCompiler.jl is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of StaticCompiler.jl is Julia.
Popular Comparisons
- StaticCompiler.jl VS julia
- StaticCompiler.jl VS PackageCompiler.jl
- StaticCompiler.jl VS acados
- StaticCompiler.jl VS GPUCompiler.jl
- StaticCompiler.jl VS oneAPI.jl
- StaticCompiler.jl VS LoopVectorization.jl
- StaticCompiler.jl VS Octavian.jl
- StaticCompiler.jl VS KernelAbstractions.jl
- StaticCompiler.jl VS prometeo
- StaticCompiler.jl VS julia-vim