-
> How does it compare in terms of performance
I tried Rsync for Windows from its "cosmos" pile of binaries (https://github.com/jart/cosmopolitan/releases/download/3.3.1...), and it was too slow to be usable (like 9MB/s compared to 480MB/s over 10gig).
Rsync is a great candidate too because there's basically no fully compatible native build for it.
I think it would make a ton of sense if you authored a multi-platform, single binary launcher, that downloads your native, single-platform application to the right places. It could be a lot simpler.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Graal
GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
Too bad it looks stuck since about a month ago (https://github.com/oracle/graal/issues/8350#issuecomment-210...), needs some attention from @jart.
-
-
-
We added Cosmo platform support to WAMR[0], to enable our Hermit[1] compiler and runtime.
[0]: https://github.com/bytecodealliance/wasm-micro-runtime/tree/...
[1]: https://github.com/dylibso/hermit
-
hermit
Actually Portable WebAssembly compiler toolchain for self-contained cross-platform binaries (by dylibso)
We added Cosmo platform support to WAMR[0], to enable our Hermit[1] compiler and runtime.
[0]: https://github.com/bytecodealliance/wasm-micro-runtime/tree/...
[1]: https://github.com/dylibso/hermit
-
Nuitka
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
You can probably generate C code from Python now with Nuitka and pump that into this Cosmopolitan tool, today, to get that?
https://nuitka.net/
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.