CIFASIS/QuickFuzz

Support direct-to-FFI

Open

#46 geöffnet am 19. Sept. 2016

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Haskell (39 Forks)github user discovery
enhancementhelp wantedquestion

Repository-Metriken

Stars
 (197 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Spawning an external process adds overhead in fuzzing. In the case where we are passing the value generated from the grammar to a library without fuzzing, it'd be interesting to see if there are performance gains invoking the library directly via Haskell's FFI instead of spawning an external process.

Contributor Guide