atomicDEX-API icon indicating copy to clipboard operation
atomicDEX-API copied to clipboard

Improve zcoin long transaction creation time for WASM

Open borngraced opened this issue 2 years ago • 0 comments

Because of the heavy computation involved in generating z_transactions, there's a long delay/running time when using the generate tx functionality. A possible/good solution is running this genr_tx using web workers, ref below https://github.com/RReverser/wasm-bindgen-rayon?tab=readme-ov-file

borngraced avatar Oct 26 '23 17:10 borngraced