manyclangs VS kotlin-native

Compare manyclangs vs kotlin-native and see what are their differences.

manyclangs

Repository hosting unofficial binary pack files for many commits of LLVM (by elfshaker)

kotlin-native

Kotlin/Native infrastructure (by JetBrains)
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
manyclangs kotlin-native
3 2
134 7,103
0.0% -
2.6 9.1
9 months ago over 2 years ago
Dockerfile Kotlin
Apache License 2.0 Apache License 2.0
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.

manyclangs

Posts with mentions or reviews of manyclangs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-19.
  • elfshaker: a low-footprint, high-performance version control system fine-tuned for binaries
    2 projects | /r/rust | 19 Nov 2021
    https://github.com/elfshaker/manyclangs is absolutely wild! 2000 builds of llvm accessible in a second is pretty incredible. I can image this would be great for bisecting an issue.
  • Elfshaker: GiB – 100 MiB, with 1s access time
    10 projects | news.ycombinator.com | 19 Nov 2021
    Author here. elfshaker itself does not have a dependency on any architecture to our knowledge. We support the architectures we have immediate use of.

    manyclangs provides binary pack files for aarch64 because that's what we have immediate use of. If elfshaker and manyclangs proves useful to people, I would love to see resource invested to make it more widely useful.

    You can still run the manyclangs binaries on other architectures using qemu [0], with some performance cost, which may be tolerable depending on your use case.

    [0] https://github.com/elfshaker/manyclangs/tree/main/docker-qem...

kotlin-native

Posts with mentions or reviews of kotlin-native. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-13.
  • KMM for custom SDK
    2 projects | /r/Kotlin | 13 Feb 2023
    There are linked issues at the bottom of https://github.com/JetBrains/kotlin-native/issues/2423 with more detail.
  • Our first year with Kotlin Multiplatform
    2 projects | dev.to | 21 Sep 2021
    The first one concerned how to optimally build Kotlin code as a framework for iOS apps. Even today, a year later, this topic is still not completely resolved, but the solution in the form of the so-called Umbrella module (or Integration module) turned out to be functional and sufficient for our needs, without limiting our work in any way.

What are some alternatives?

When comparing manyclangs and kotlin-native you can also consider the following projects:

checkedc - Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe. The goal is to let people easily make their existing C code type-safe and eliminate entire classes of errors. Checked C does not address use-after-free errors. This repo has a wiki for Checked C, sample code, the specification, and test code.

kotlinx.coroutines - Library support for Kotlin coroutines

elfshaker - elfshaker stores binary objects efficiently

klox - A Kotlin implementation of lox with a JVM backend built using ProGuardCORE

TinyGo - Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.

prog8 - high level programming language and compiler targeting 6502 machines such as the C-64 and CommanderX16

dwarfs - A fast high compression read-only file system for Linux, Windows and macOS

kotlin - The Kotlin Programming Language.

nixpkgs - Nix Packages collection & NixOS

dstep - A tool for converting C and Objective-C headers to D modules

Numba - NumPy aware dynamic Python compiler using LLVM

racket-llvm - racket llvm C-API bindings