0
I Use This!
Activity Not Available

Project Summary

JComboBox is a index-based component. This means that for every paint, it requests the model several getElementAt(x). When the model is small there is no problem, but when the model is bigger you start having a memory issue.

The first remedy is to store your ComboBoxModel on disk, but then you start seeing it's difficult to have a index-based database which is fast enough to this type of access.

On the other hand, Berkeley DB provides a really fast btree database, which solves the problem nicely. But, as a btree it looses a lot of performance to be able to do index-based lookups.

This project provides two new components: JIteratorList and JIteratorComboBox, their model is Iterator-based instead of index-based, which makes it perfect to use with bdb.

Tags

No tags have been added

In a Nutshell, liboktiva-swing-iterator-java...

 Code analysis has not completed

The Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. The source code for this project has been located, but the analysis isn't complete. Feel free to check its progress.
MIT
Permitted

Commercial Use

Modify

Distribute

Place Warranty

Use Patent Claims

Forbidden

Sub-License

Hold Liable

Required

Distribute Original

Disclose Source

Include Copyright

State Changes

Include License

Include Install Instructions

These details are provided for information only. No information here is legal advice and should not be used as such.

This Project has No vulnerabilities Reported Against it

Did You Know...

  • ...
    use of OSS increased in 65% of companies in 2016
  • ...
    check out hot projects on the Open Hub
  • ...
    there are over 3,000 projects on the Open Hub with security vulnerabilities reported against them
  • ...
    by exploring contributors within projects, you can view details on every commit they have made to that project

 Code analysis has not completed

The Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. The source code for this project has been located, but the analysis isn't complete. Feel free to check its progress.

Community Rating

Be the first to rate this project
Click to add your rating
  
Review this Project!