HypothesisWorks / hypothesis

Hypothesis is a powerful, flexible, and easy to use library for property-based testing.
https://hypothesis.works
Other
7.39k stars 578 forks source link

Optimize access to filter map in `find_annotated_strategy` #3981

Closed Viicos closed 1 month ago

Viicos commented 1 month ago

Fixes #3980.

I'm wondering if it makes sense to use functools.cache on get_constraints_filter_map as well?