You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Lee Crossley (Updated) (JIRA)" <ji...@apache.org> on 2012/03/27 09:25:31 UTC

[jira] [Updated] (CB-390) File IO Encoding and Performance iOS

     [ https://issues.apache.org/jira/browse/CB-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lee Crossley updated CB-390:
----------------------------

    Description: The performance of the Apache Callback / Cordova file IO operations on iOS is causing problems (memory exceptions for large files). The encoding should be removed, as it is not required and there also is double (triple) buffer allocation. NSString has a read method, so why isn't that just used?  (was: The performance of the Apache Callback / Cordova file IO operations on iOS is causing problems (memory exceptions for large files). The encoding should be removed, as it is not required and there also is double (triple) buffer allocation, NSString has a read method, so why isn't that just used?)
    
> File IO Encoding and Performance iOS 
> -------------------------------------
>
>                 Key: CB-390
>                 URL: https://issues.apache.org/jira/browse/CB-390
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.5.0
>            Reporter: Lee Crossley
>            Assignee: Shazron Abdullah
>
> The performance of the Apache Callback / Cordova file IO operations on iOS is causing problems (memory exceptions for large files). The encoding should be removed, as it is not required and there also is double (triple) buffer allocation. NSString has a read method, so why isn't that just used?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira