We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
scala.collection.immutable.Map scala.collection.mutable.HashMap scala.collection.mutable.LongMap java.util.HashMap
上記クラスのinsert とlookupの性能をまとめる。
The text was updated successfully, but these errors were encountered:
各パターンのエントリー数は下記で行う。(Key,ValueはLong,Long) 10 100 1000 10000 100000 1000000
Sorry, something went wrong.
各パターンの試行回数は 10回程度の平均を取ること
OK
No branches or pull requests
scala.collection.immutable.Map
scala.collection.mutable.HashMap
scala.collection.mutable.LongMap
java.util.HashMap
上記クラスのinsert とlookupの性能をまとめる。
The text was updated successfully, but these errors were encountered: