Changes between Initial Version and Version 1 of Ticket #878
- Timestamp:
- 2010-01-04T22:35:53Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #878 – Description
initial v1 1 1 Performance issues: 2 2 3 * mutable files are stored in their entirety in RAM briefly during upload4 * creating a new mutable file requires creating a new RSA public/private key-pair, which can take as many as a billion CPU cycles3 * mutable files are stored in their entirety in RAM briefly during upload 4 * creating a new mutable file requires creating a new RSA public/private key-pair, which can take as many as a billion CPU cycles 5 5 6 6 Currently, new users can carefully read the Tahoe-LAFS docs and then go on and decide to use mutable files without being aware of these issues. To close this ticket, fix that.