-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Homogenize mutable symbol maps #3122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homogenize mutable symbol maps #3122
Conversation
test performance please |
performance test scheduled: 1 job(s) in queue, 1 running. |
Performance test finished successfully: Visit http://dotty-bench.epfl.ch/3122 to see the changes. Benchmarks is based on merge(s) with master |
test performance please |
performance test scheduled: 1 job(s) in queue, 0 running. |
Performance test finished successfully: Visit http://dotty-bench.epfl.ch/3122 to see the changes. Benchmarks is based on merge(s) with master |
test performance please |
performance test scheduled: 1 job(s) in queue, 0 running. |
Performance test finished successfully: Visit http://dotty-bench.epfl.ch/3122/ to see the changes. Benchmarks is based on merge(s) with master |
1a26f6f
to
3e54913
Compare
test performance please |
performance test scheduled: 1 job(s) in queue, 0 running. |
Performance test finished successfully: Visit http://dotty-bench.epfl.ch/3122/ to see the changes. Benchmarks is based on merge(s) with master |
3e54913
to
0b828e6
Compare
Use IdentityHashMap instead of mutable.HashMap to make fast equality check
3d0412f
to
9ce9ea3
Compare
LGTM! |
test performance please |
performance test scheduled: 2 job(s) in queue, 1 running. |
Performance test finished successfully: Visit http://dotty-bench.epfl.ch/3122/ to see the changes. Benchmarks is based on merging with master (cc43c34) |
Use IdentityHashMap instead of mutable.HashMap to make fast equality check