CIFASIS / QuickFuzz

An experimental grammar fuzzer in Haskell using QuickCheck
http://QuickFuzz.org
GNU General Public License v3.0
199 stars 45 forks source link

Check if the GC is affecting the value generation performance #66

Open gaa-cifasis opened 7 years ago

gaa-cifasis commented 7 years ago

We should study the impact of the GC in the value generation. It is called too often? Is it useful to generate a batch of file before write them?