summaryrefslogtreecommitdiff
path: root/test/benchmarking
Commit message (Collapse)AuthorAgeFilesLines
* Added benchmarking files, in order to easily compare variousLucien Pereira2012-01-285-0/+328
| | | | implementations performances.
* Add mutable tree sets to the standard library.aleksandar2012-01-122-0/+134
This implementation is based on AVL trees. The current implementation is contributed by Lucien Pereira. Fixes #4147.