Skip to content

Instantly share code, notes, and snippets.

@Ratysz
Created August 11, 2020 22:15
Show Gist options
  • Save Ratysz/742490c90c0409b5bebe8ea74ad04129 to your computer and use it in GitHub Desktop.
Save Ratysz/742490c90c0409b5bebe8ea74ad04129 to your computer and use it in GitHub Desktop.
create/create-linear time: [7.7628 ns 8.1040 ns 8.4161 ns]
Found 6 outliers among 100 measurements (6.00%)
6 (6.00%) low mild
create/create-linear-locked
time: [20.662 ns 20.916 ns 21.205 ns]
create/create-linear-atomic
time: [24.608 ns 24.856 ns 25.144 ns]
Found 4 outliers among 100 measurements (4.00%)
1 (1.00%) high mild
3 (3.00%) high severe
create/create-rand time: [36.988 ns 38.583 ns 40.200 ns]
Found 8 outliers among 100 measurements (8.00%)
3 (3.00%) high mild
5 (5.00%) high severe
create/create-rand-sparse
time: [7.7846 us 8.6594 us 9.6521 us]
Found 11 outliers among 100 measurements (11.00%)
5 (5.00%) high mild
6 (6.00%) high severe
create/create-rand-ahash
time: [33.935 ns 35.520 ns 37.089 ns]
Found 1 outliers among 100 measurements (1.00%)
1 (1.00%) high mild
create/create-rand-locked
time: [48.311 ns 49.301 ns 50.501 ns]
Found 11 outliers among 100 measurements (11.00%)
4 (4.00%) high mild
7 (7.00%) high severe
create/create-rand-by-itself
time: [9.3066 ns 9.3354 ns 9.3736 ns]
Found 13 outliers among 100 measurements (13.00%)
2 (2.00%) high mild
11 (11.00%) high severe
get/sparsemap time: [2.0023 ns 2.0173 ns 2.0337 ns]
Found 13 outliers among 100 measurements (13.00%)
5 (5.00%) high mild
8 (8.00%) high severe
get/hashmap time: [12.925 ns 12.997 ns 13.089 ns]
Found 6 outliers among 100 measurements (6.00%)
3 (3.00%) high mild
3 (3.00%) high severe
get/ahashmap time: [3.1661 ns 3.2054 ns 3.2520 ns]
Found 5 outliers among 100 measurements (5.00%)
3 (3.00%) high mild
2 (2.00%) high severe
iterate/sparsemap time: [249.32 ns 250.55 ns 251.99 ns]
Found 6 outliers among 100 measurements (6.00%)
3 (3.00%) high mild
3 (3.00%) high severe
iterate/hashmap time: [1.8623 us 1.8643 us 1.8665 us]
Found 10 outliers among 100 measurements (10.00%)
8 (8.00%) high mild
2 (2.00%) high severe
iterate/ahashmap time: [1.3751 us 1.3845 us 1.3953 us]
Found 7 outliers among 100 measurements (7.00%)
3 (3.00%) high mild
4 (4.00%) high severe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment