I have a collection of implementations of efficient immutable maps/sets/lists
for java.

That is to say, they efficiently (in O(log n)) implement methods
for additon/removal/lookup/insert that return entirely new maps/sets/lists
while leaving the original unchanged.   In particular, I have an O(log n)
insertion of one list into another list.

Would the apache commons collections be a good place to donate this?
Has it already been done?

Thank you,
Eric Goff

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to