summaryrefslogtreecommitdiff
path: root/test/benchmarking/AVL-insert-random.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add mutable tree sets to the standard library.aleksandar2012-01-121-0/+67
This implementation is based on AVL trees. The current implementation is contributed by Lucien Pereira. Fixes #4147.