Skip to content

collections.Mapの性能資料をまとめる #24

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

Open
rami2076 opened this issue Nov 29, 2019 · 3 comments
Open

collections.Mapの性能資料をまとめる #24

rami2076 opened this issue Nov 29, 2019 · 3 comments
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@rami2076
Copy link
Owner

scala.collection.immutable.Map
scala.collection.mutable.HashMap
scala.collection.mutable.LongMap
java.util.HashMap

上記クラスのinsert とlookupの性能をまとめる。

@rami2076 rami2076 added documentation Improvements or additions to documentation question Further information is requested labels Nov 29, 2019
@rami2076
Copy link
Owner Author

各パターンのエントリー数は下記で行う。(Key,ValueはLong,Long)
10
100
1000
10000
100000
1000000

@rami2076
Copy link
Owner Author

各パターンの試行回数は
10回程度の平均を取ること

@rami2076
Copy link
Owner Author

各パターンのエントリー数は下記で行う。(Key,ValueはLong,Long)
10
100
1000
10000
100000
1000000

OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant