CIFASIS/QuickFuzz

Support direct-to-FFI

Open

#46 建立於 2016年9月19日

在 GitHub 查看
 (8 留言) (0 反應) (0 負責人)Haskell (39 fork)github user discovery
enhancementhelp wantedquestion

倉庫指標

Star
 (197 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南