You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ivan Volosyuk (JIRA)" <ji...@apache.org> on 2007/01/25 14:30:49 UTC

[jira] Updated: (HARMONY-2288) [Classlib][performance] writting to file is highly ineffective

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

Ivan Volosyuk updated HARMONY-2288:
-----------------------------------

    Estimated Complexity: Advanced  (was: Moderate)
             Description: 
[A performance bug]
I have tried to display exception message on the screen and found out that each character is written using separate write() call.

Each character is written via calling native method:
  Java_org_apache_harmony_luni_platform_OSFileSystem_writeImpl()

It is possible that this code is also responsible for writting into files. We should do something with this to have acceptable performance!


  was:
I have tried to display exception message on the screen and found out that each character is written using separate write() call.

Each character is written via calling native method:
  Java_org_apache_harmony_luni_platform_OSFileSystem_writeImpl()

It is possible that this code is also responsible for writting into files. We should do something with this to have acceptable performance!


                 Summary: [Classlib][performance] writting to file is highly ineffective  (was: [Classlib][performance] writting of data to screen is highly ineffective.)

> [Classlib][performance] writting to file is highly ineffective
> --------------------------------------------------------------
>
>                 Key: HARMONY-2288
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2288
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: All
>            Reporter: Ivan Volosyuk
>
> [A performance bug]
> I have tried to display exception message on the screen and found out that each character is written using separate write() call.
> Each character is written via calling native method:
>   Java_org_apache_harmony_luni_platform_OSFileSystem_writeImpl()
> It is possible that this code is also responsible for writting into files. We should do something with this to have acceptable performance!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.