ibraheemdev / papaya

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

Run Resize Stress Tests in CI #3

Open ibraheemdev opened 2 months ago

ibraheemdev commented 2 months ago

When --cfg papaya_stress is enabled the hash-table will never grow, which significantly increases the likelihood of catching bugs in the incremental resizing algorithm. We should run these tests in CI, probably through a cron job as they can take a while to run.

ibraheemdev commented 2 months ago

We should also look into integrating with https://github.com/awslabs/shuttle.