Changes between Initial Version and Version 1 of Ticket #878


Ignore:
Timestamp:
2010-01-04T22:35:53Z (15 years ago)
Author:
zooko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #878 – Description

    initial v1  
    11Performance issues:
    22
    3 * 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
     3 * 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
    55
    66Currently, 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.