Last active
March 17, 2020 03:19
-
-
Save imgen/d7f9ac19bb7fe1c2ff4f0914a1692289 to your computer and use it in GitHub Desktop.
First Duplicate Finder Perf Test Result
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Method | Mean | Error | StdDev | Median | Gen 0 | Gen 1 | Gen 2 | Allocated | | |
|----------------------------------- |-----------:|---------:|---------:|-----------:|------:|------:|------:|-------------:| | |
| NoDuplicate | 1,178.0 ms | 23.31 ms | 49.17 ms | 1,154.3 ms | - | - | - | - | | |
| DuplicateInTheMiddle | 556.9 ms | 11.49 ms | 14.53 ms | 558.1 ms | - | - | - | - | | |
| NoDuplicateWithDictionary | 1,235.6 ms | 22.21 ms | 18.54 ms | 1,236.3 ms | - | - | - | 1000000024 B | | |
| DuplicateInTheMiddleWithDictionary | 610.1 ms | 11.60 ms | 12.41 ms | 609.6 ms | - | - | - | 1000000024 B | | |
Use number as index | |
| Method | Mean | Error | StdDev | Median | Gen 0 | Gen 1 | Gen 2 | Allocated | | |
|----------------------------------- |-----------:|---------:|---------:|-----------:|------:|------:|------:|-------------:| | |
| NoDuplicate | 1,238.8 ms | 23.09 ms | 20.47 ms | 1,230.5 ms | - | - | - | - | | |
| DuplicateInTheMiddle | 698.1 ms | 26.19 ms | 75.55 ms | 667.7 ms | - | - | - | - | | |
| NoDuplicateWithDictionary | 1,265.4 ms | 28.38 ms | 80.98 ms | 1,233.8 ms | - | - | - | 1000000032 B | | |
| DuplicateInTheMiddleWithDictionary | 610.0 ms | 13.17 ms | 16.65 ms | 602.9 ms | - | - | - | 1000000032 B | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment