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 51707 - Rewrite b-tree to use java.nio, improve performance
Summary: Rewrite b-tree to use java.nio, improve performance
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks: 42082
  Show dependency tree
 
Reported: 2004-11-22 10:09 UTC by Martin Matula
Modified: 2005-02-10 11:39 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 Martin Matula 2004-11-22 10:09:10 UTC
We need to rewrite b-tree to use memory mapped
files and do other performance improvements (in
terms of reducing continual growing and slowdown
when repeatedly adding and removing data).
Comment 1 Martin Matula 2005-02-10 11:39:02 UTC
Several performance improvements were done in the b-tree. The rewrite
to java.nio was not successful.