tis-interpreter VS coreHTTP

Compare tis-interpreter vs coreHTTP and see what are their differences.

tis-interpreter

An interpreter for finding subtle bugs in programs written in standard C (by TrustInSoft)

coreHTTP

Client implementation of a subset of HTTP 1.1 protocol designed for embedded devices. (by FreeRTOS)
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
tis-interpreter coreHTTP
2 1
561 67
0.0% -
10.0 6.2
over 7 years ago 8 days ago
OCaml C
- MIT License
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.

tis-interpreter

Posts with mentions or reviews of tis-interpreter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-30.
  • The C Bounded Model Checker: Criminally Underused
    7 projects | news.ycombinator.com | 30 Jan 2024
  • GCC always assumes aligned pointer accesses
    2 projects | news.ycombinator.com | 20 Aug 2023
    What makes you think they don't understand it? They acknowledge that it is UB. I read them as realistic, since they know that people rely on C compilers work in a certain way. They even wrote an interpreter that detects UB: https://github.com/TrustInSoft/tis-interpreter

    I understand why people like the compiler being able to leverage UB. I suspect this philosophy actually makes Trust-In-Soft more money: You could argue that if there was no UB, there would be no need for the tis-interpreter.

    So isn't it in fact quite self-less that they encourage the world to optimize a bit less (spending more money on 'compute'), while standing to profit from the unintended behaviour they'd otherwise be contracted to help debug?

coreHTTP

Posts with mentions or reviews of coreHTTP. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-30.
  • The C Bounded Model Checker: Criminally Underused
    7 projects | news.ycombinator.com | 30 Jan 2024
    One of the examples they gave was an HTTP client, which would be a surprisingly non-toy example, so I looked at what they actually did in the code (https://github.com/FreeRTOS/coreHTTP/tree/main/test/cbmc).

    Not that I'm an expert in processing what exactly is being tested, but it basically looks only able to prove that an individual function doesn't overrun buffers. If you tell it to assume that overflows can't happen (!). So I'm not impressed.

What are some alternatives?

When comparing tis-interpreter and coreHTTP you can also consider the following projects:

chibicc - A small C compiler

cbmc - C Bounded Model Checker

c-semantics - Semantics of C in K

kani - Kani Rust Verifier

dmd - dmd D Programming Language compiler