maidsafe / self_encryption

file self encryptor
Other
118 stars 70 forks source link

feat(read): perform reading from storage in parallel for faster reads #323

Closed lionel-faber closed 3 years ago

lionel-faber commented 3 years ago

Note that this PR also contains some changes to allow parallel writes, but this is not supported by sn_client at the moment and hence it is disabled.

lionel-faber commented 3 years ago

@maqi I've push a comment addressing your comments. The code that is commented out is left there on purpose. As I've mentioned in the PR description, it meant for the parallel writes which is not yet supported by sn_client. They will be un-commented once that is ready.