You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any advantage to caching generated constant strategies like strategies.integers(min_value=0, max_value=0xffff) in StrategyGenerator class? How "constant" are such strategies, anyway? I doubt that d-bus signatures get all that complex, so the advantage would be if the strategy were run a lot. The cost is slower loading of module, but it is probably worth the experiment.
They need a bit more work before they could be placed in a separate package, though.
The text was updated successfully, but these errors were encountered: