checkedc VS manyclangs

Compare checkedc vs manyclangs and see what are their differences.

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. (by microsoft)

manyclangs

Repository hosting unofficial binary pack files for many commits of LLVM (by elfshaker)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
checkedc manyclangs
21 3
3,183 134
0.6% 1.5%
0.0 2.6
over 1 year ago 9 months ago
C Dockerfile
GNU General Public License v3.0 or later 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.

checkedc

Posts with mentions or reviews of checkedc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-04.

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...

What are some alternatives?

When comparing checkedc and manyclangs you can also consider the following projects:

koka - Koka language compiler and interpreter

elfshaker - elfshaker stores binary objects efficiently

rust.ko - A minimal Linux kernel module written in rust.

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

c2rust - Migrate C code to Rust

kotlin-native - Kotlin/Native infrastructure

linux - Linux kernel source tree

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

dafny - Dafny is a verification-aware programming language

nixpkgs - Nix Packages collection & NixOS

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

Numba - NumPy aware dynamic Python compiler using LLVM