yarpgen VS jetscii

Compare yarpgen vs jetscii and see what are their differences.

yarpgen

Yet Another Random Program Generator (by intel)

jetscii

A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes. (by shepmaster)
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
yarpgen jetscii
3 2
454 108
1.5% -
6.0 2.9
2 months ago 7 months ago
C++ Rust
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.

yarpgen

Posts with mentions or reviews of yarpgen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-10.
  • Property-Based Testing in Rust with Arbitrary
    4 projects | news.ycombinator.com | 10 Nov 2022
    One also may bias values to be similar (or equal) to other recently generated values. This was a trick used in the compiler tester yarpgen, where it was useful in testing optimization of bitwise operators on integers.

    https://github.com/intel/yarpgen

    https://github.com/intel/yarpgen/blob/main/papers/yarpgen-oo...

    (see "Policies for constants", page 196:8.)

  • Finding Bugs in C and C++ Compilers using YARPGen
    1 project | /r/programming | 19 Sep 2021
    This is really impressive! A link to the github if anyone wants to check out the code: https://github.com/intel/yarpgen/blob/main/README.md
    2 projects | /r/programming | 15 Feb 2021
    Here's a list of bugs found by Yarpgen: https://github.com/intel/yarpgen/blob/main/bugs.rst

jetscii

Posts with mentions or reviews of jetscii. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-10.
  • Recommended DOCX Crate?
    1 project | /r/rust | 28 Jun 2023
  • Property-Based Testing in Rust with Arbitrary
    4 projects | news.ycombinator.com | 10 Nov 2022
    If you enjoy reading Rust code, you can see some examples I have...

    1. This example [1] compares a SIMD-accelerated implementation of an algorithm vs the naive implementation. This is usually referred to as an "oracle".

    2. This example [2] tests an XML document object model library. The tests construct a sequence of operations to apply to a document ("add an element", "delete an element", "move an element" etc) and then assert properties that you expect to be true for a DOM tree (a parent and child are always cross-linked, for example)

    [1]: https://github.com/shepmaster/jetscii/blob/8d7e44ad7da990ef1...

    [2]: https://github.com/shepmaster/sxd/pull/21/files#diff-fc21cbf...

What are some alternatives?

When comparing yarpgen and jetscii you can also consider the following projects:

csmith - Csmith, a random generator of C programs

MarkovJunior - Probabilistic language based on pattern matching and constraint propagation, 153 examples

sxd