Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default_query.rs #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MKVO-pts
Copy link

Solution Issue #21 and #28:
default_query didn't had lower case letters, though explaining why failing to crack password "bored"

Optimization:
Instead of cloning self.current at the beginning of the method, initialize var next directly with self.current.clone(), expect reduction in memory allocation, copying overhead, resulting in faster execution times and lower memory usage.

Solution Issue mufeedvh#21 and mufeedvh#28:
default_query didn't had lower case letters, though explaining why failing to crack password "bored"

Optimization:
Instead of cloning self.current at the beginning of the method, initialize var next directly with self.current.clone(), expect reduction in memory allocation, copying overhead, resulting in faster execution times and lower memory usage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant