Version 2 (modified by boyan, 16 years ago) (diff) |
---|
Analysis
Overview
The current search capabilities of ProLists are not sufficient - it's very slow for large collections. So we need a way to optimize this search.
Task requirements
- Provide a way to optimize search in ProList
- This should not break the current use of ProLib
- It will be good if these new search capabilities can be used with the current use of ProList and there will be no need for refactor
Task result
The result should be code and documentation
Implementation idea
Use a map for categorizing the elements of the list by keys. This way required values (that are searched) will be returned by Map#get(key)
Related
How to demo
Show some code, documentation and introduce the new functionality to the others
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)