This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 129286 - Eliminate single byte reads/writes in FileInputStream/FileOutputStream
Summary: Eliminate single byte reads/writes in FileInputStream/FileOutputStream
Status: RESOLVED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords: PERFORMANCE
Depends on: 128447 129284 129809
Blocks:
  Show dependency tree
 
Reported: 2008-03-05 13:41 UTC by Pavel Flaska
Modified: 2011-05-25 11:43 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Flaska 2008-03-05 13:41:45 UTC
There are places where single byte reads/writes are used in FileInputStream/FileOutputStream. Eliminating such a code
can improve disk/network operations.

Because we are not able to measure the time correctly, we are trying to reduce number of disk accesses (and native I/O
calls.)
Comment 1 Marian Mirilovic 2011-05-25 11:43:36 UTC
too old, no plans to do so - closing