pipelining of user contributions #97
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Problem
Currently it is not possible to contribute to large circuits > 1M constrains on a browser due to memory restrictions. For that, we use a cli tool instead where we can use the full computing power of a machine.
Possible solution
Pipelining the contribution of a user.
Flow:
By processing the computation on one chunk at a time, we can effectively reduce the memory consumption as we do not need to hold the whole file in memory at all times. This could possibly allow even larger contributions on a mobile phone's browser.
What we would need to change
The text was updated successfully, but these errors were encountered: