psychec VS jotai-benchmarks

Compare psychec vs jotai-benchmarks and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
psychec jotai-benchmarks
4 2
496 31
- -
7.3 6.1
8 days ago 5 months ago
C++ C
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 only
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.

psychec

Posts with mentions or reviews of psychec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-16.

jotai-benchmarks

Posts with mentions or reviews of jotai-benchmarks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-17.
  • Tips Performance benchmarks for a custom compiler?
    2 projects | /r/Compilers | 17 Jan 2023
    But let me suggest Jotai to you. That's a collection with about 30K C programs. They all run without undefined behavior (as per kcc or frama-C). Each program is self-contained. But each program also runs for a very short time. So, I recommend you use CFGGrind to count the number of instructions executed. CFGGrind can separate instructions per function, and each Jotai benchmark consists of a single function. For instance, to count the total number of instructions executed by function foo, you can do (assuming that profile data was saved into a file called `test.cfg`):
  • The Jotai Benchmark Collection
    3 projects | /r/Compilers | 16 Aug 2022
    We, at UFMG, have been working on a methodology to generate benchmarks in C. We have a working collection of benchmarks here with a bit more than 30K executable programs. Benchmarks are single functions mined from open-source repositories. We have designed a domain-specific language to generate inputs for them. We use psyche-c to infer missing types and declarations. We use kcc and AddressSanitizier to filter out as much undefined behavior as possible. We use CFGGrind to check input coverage and to count the number of instructions executed. These benchmarks can be used in many ways: to stress test compilers; to autotune predictive compilation tasks; to analyze the dynamic behavior of programs; to improve compiler optimizations; etc. We have a technical report here.

What are some alternatives?

When comparing psychec and jotai-benchmarks you can also consider the following projects:

ImGuiColorTextEdit - Colorizing text editor for ImGui

termux-ndk - android-ndk for termux

OpenMLDB - OpenMLDB is an open-source machine learning database that provides a feature platform computing consistent features for training and inference.

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

ccache - ccache – a fast compiler cache

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.

timemory - Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template API is essentially a framework to creating tools: it is designed to provide a unifying interface for recording various performance measurements alongside data logging and interfaces to other tools.

llvmbox - Self contained, fully static llvm tools & libs

color_coded - A vim plugin for libclang-based highlighting of C, C++, ObjC

CSpydr - A static typed low-level compiled programming language inspired by Rust and C

CFGgrind - A dynamic control flow graph (CFG) reconstruction plugin for valgrind.