Adrian Nistor created COLLECTIONS-433:
-----------------------------------------
Summary: TreeList.addAll() complexity
Key: COLLECTIONS-433
URL: https://issues.apache.org/jira/browse/COLLECTIONS-433
Project: Commons Collections
Issue Type: Bug
Affects Versions: 3.2.1
Reporter: Adrian Nistor
"TreeList.addAll(Collection coll)" has a higher complexity than
necessary when "coll" is a "TreeList" object (because "addAll" just
adds one element at a time). This can be done in just O(N) as
described for example here:
http://stackoverflow.com/questions/4458489/merging-2-diferent-avl-trees
Are there any plans to improve this?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira