Skip to content
#

formal-verification

Here are 297 public repositories matching this topic...

fpoli
fpoli commented Oct 12, 2021

Prusti uses collections such as HashSet and HashMap, which use a high quality hasher that provides high protection against collisions. However, that hasher is relatively slow and we don't care about HashDoS attacks. So, replacing those collections with FxHashSet and FxHashMap should always be better.

Collections: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_data_structures/fx/i

Improve this page

Add a description, image, and links to the formal-verification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the formal-verification topic, visit your repo's landing page and select "manage topics."

Learn more