Skip to content

Releases: ENBYSS/glitchup

New Mutation (Compress)

16 Sep 14:33

Choose a tag to compare

Added a new mutation called Compress. This one is pretty funky.
Original
Compress

Working in Parallel

14 Sep 19:00

Choose a tag to compare

This release contains a major upgrade in performance, due to having
implemented partial parallellism. Now, every list of mutations is run in
parallel, which leads to large gains in speed.

To note: the mutations option is a LIST of LISTS. Only the top-level
list has been parallellised; only iterations are run in parallel,
actual mutations are run in serial.

The improvement in speed has been around 36% (4 lists) to 61% (4 lists +
100 loops)

The Alpha

09 Sep 19:17

Choose a tag to compare

The first release of glitchup, the databender!

It comes with 9 mutation modes, extensive customization, and (hopefully) simple instructions.

This is far from the final program, but it's still useable, and even satisfactory! If there are more features that you would like, please open an issue, and I'll be happy to address any concerns/ideas.

The performance is ridiculously improved over BEND++. Benchmarks will be coming soon. However I would heavily suggest you use glitchup over BEND++ (unless you'd like to use any of the other 9 mutations that aren't included with this release)

I hope you enjoy!

P.S. There are separate binaries for windows and linux. Make sure you install the right one. Also, Options.toml is compulsory. Otherwise you can't really configure it, eh?