So far, no one has been able to do the work to submit a response to this poll. Not even me. https://pollerama.fun/respond/4010c90d29a276903ed172af2447892401be454c099418d87119b1900e9befb6
23 pow takes like 30 secs for me on getwired.app, somethings not right here
Interesting, how many hashes does it take generally? I do offload to the event loop to check for cancellation events and other things, which is probably making it slower, I guess I should reduce the checks. To very rare.
oh wait are you using any workers or just doing the hashing on the main thread?
Main thread, it was easier, thought I'd move to workers after the first iterstion
oh true, you should probably do that. it’s pretty easy https://github.com/smolgrrr/Wired/blob/main/client/src/components/forms/handleSubmit.ts https://github.com/smolgrrr/Wired/blob/main/client/src/powWorker.ts