An open API service indexing awesome lists of open source software.

https://github.com/tekknolagi/omegastar

Delta debugging (originally for JIT compilers)
https://github.com/tekknolagi/omegastar

binary-search bisect delta-debugging python

Last synced: 6 months ago
JSON representation

Delta debugging (originally for JIT compilers)

Awesome Lists containing this project

README

        

This contains the core of a delta debugging implementation.

For more information, see [my blog
post](https://bernsteinbear.com/blog/cinder-jit-bisect/) on delta debugging in
the Cinder JIT.