ibraheemdev / papaya

A fast and ergonomic concurrent hash-table for read-heavy workloads.
MIT License
343 stars 5 forks source link

add fuzzer to compare behaviour with std map #12

Closed 0xdeafbeef closed 1 month ago

ibraheemdev commented 1 month ago

Nice, thanks!

Did you test this and run into any fuzzing errors?

0xdeafbeef commented 1 month ago

Nice, thanks!

Did you test this and run into any fuzzing errors?

No errors after 30 minutes.

cargo +nightly fuzz run std -j 32

I'll leave it overnight