Elia Geretto
Elia Geretto
This pull requests adds support for specifying a custom allocator that `Bump` should use to allocate new chunks. This should provide a reasonable interface for situations in which memory should...
Looking at the following snippet of code, I realized that the function distance calculation is performed differently from how it is defined in the paper. https://github.com/aflgo/aflgo/blob/e4716200d64c7dc32952ad4b66d7f6752d2d5149/distance_calculator/main.cpp#L103-L106 In particular, the `1.0...
This feature was discussed previously in #179, #229 and #343. As requested by @polmr, I am opening a separate issue which explicitly requests support for `libcloudproviders` so that progress on...
It looks like the `prefix` field of `InMemoryOnDiskCorpus` can be set using `with_meta_format_and_prefix`, but it is actually never used to compose the name of the corpus files [as the documentation...