CIFASIS/QuickFuzz

Support direct-to-FFI

Open

#46 aberto em 19 de set. de 2016

Ver no GitHub
 (8 comments) (0 reactions) (0 assignees)Haskell (39 forks)github user discovery
enhancementhelp wantedquestion

Métricas do repositório

Stars
 (197 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador