dignifiedquire / randor

Big Bad Tests for IPFS
2 stars 0 forks source link

Use RxJS for better performance #4

Closed dignifiedquire closed 8 years ago

dignifiedquire commented 8 years ago

At the moment there we need to keep all generated data in memory, which does not scale. Move to observables to avoid this issue.