Skip to content
New issue

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

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

Already on GitHub? # to your account

[SmartSkip]: Use pure-lua-hash. #152

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

Conversation

Mark-Joy
Copy link

On Windows, powershell hash takes several seconds (can be up to 1x secs) on the first run, and an average of 300-ms on subsequent runs. Pure lua hash takes only 1-ms even on first run. #151

…eral seconds (can be up to 1x secs) on the first run, and an average of 300-ms on subsequent runs
@Eisa01
Copy link
Owner

Eisa01 commented Jun 20, 2024

Ah I know how we can approach it without forcing users to download the module. Basically, we can make it optional, if the user has the script-module then it will use pure lua, otherwise, it fall backs to powershell.

Can you do this modification?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants