Andrea Fioraldi

Results 138 comments of Andrea Fioraldi

> I'm refering to the log fascade `log` here: https://crates.io/crates/log Yes I like it is it no_std too

TODO add Atheris to sugar and expose a python API to fuzz python from python

The next step, in this PR in the GSOC scope or in a next one, is to parse the redqueen file in the shared dir if redqueen is enabled in...

In addition, meson supports C C++ and Rust so we can use the same build system to build all the bindings.

> Support Linux, bsd (Mac, open, firefly, etc). Solaris? What else? Windows for sure, Linux kernel maybe > Support building c,c++,rust. What else? Scripting languages, but they don't need a...

On the other hand https://www.rojtberg.net/1481/do-not-use-meson/

> The size is now restored, however I have no idea how to restore the exec count without dirty static variables or something is this still a thing? can you...

In terms of performance I think makes sense to optimize the get operation. Can you try different data structures and accesses than Vec and binary search in the manager? My...