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.