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

Summary: Eliminate single byte reads/writes in FileInputStream/FileOutputStream
Product: ide Reporter: Pavel Flaska <pflaska>
Component: PerformanceAssignee: Tomas Hurka <thurka>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: PERFORMANCE
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 128447, 129284, 129809    
Bug Blocks:    

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