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
Only defines a way to read one value from memory at a time. This is a huge bottleneck in performance-reliant applications. Would it be possible to add another wasm function to read multiple values at a time?
e.g. accept an array of addresses and produce an array of results?
The text was updated successfully, but these errors were encountered:
circom/code_producers/src/wasm_elements/wasm_code_generator.rs
Lines 739 to 753 in 9a4215b
Only defines a way to read one value from memory at a time. This is a huge bottleneck in performance-reliant applications. Would it be possible to add another wasm function to read multiple values at a time?
e.g. accept an array of addresses and produce an array of results?
The text was updated successfully, but these errors were encountered: