summaryrefslogtreecommitdiff
path: root/test/benchmarking/ParCtrie-size.scala
Commit message (Collapse)AuthorAgeFilesLines
* Use `ThreadLocalRandom` in `TrieMap.size`.Aleksandar Prokopec2012-06-181-4/+7
|
* Add lazy size evaluation to Ctries.Aleksandar Prokopec2012-02-151-0/+34
Size of the Ctrie is now cached and only recomputed for those parts of the Ctrie that changed since the last snapshot.