summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorPavel Pavlov <pavel.e.pavlov@gmail.com>2012-08-27 00:12:07 +0700
committerPavel Pavlov <pavel.e.pavlov@gmail.com>2012-08-27 19:35:53 +0700
commit3cd8eb053afcb3592770437112655023ede17505 (patch)
treee729437cdee551244dd339872f50937c67aaa05c /test/files
parenta23edefac652e3be1474fceb3ee15d7eaecf1359 (diff)
downloadscala-3cd8eb053afcb3592770437112655023ede17505.tar.gz
scala-3cd8eb053afcb3592770437112655023ede17505.tar.bz2
scala-3cd8eb053afcb3592770437112655023ede17505.zip
SI-5767 fix + small HashSet/HashMap fixes
- `LinkedHashSet` implementation moved from `FlatHashTable` to `HashTable` - `remove` time reduced from O(n) to O(1) - `diff` time reduced from O(n^2) to O(n) - A bit of refactoring in `HashTable` serialization code - Putting an element into hash map now avoids double hash code/hash index calculation (see `HashTable#findOrAddEntry`) - bugfix: compiler/LambdaLift occasionally breaks LinkedHashSet integrity
Diffstat (limited to 'test/files')
0 files changed, 0 insertions, 0 deletions