From 8044a1d3cca01e592dec9bb03651941ab198d9b7 Mon Sep 17 00:00:00 2001 From: Giulio Ermanno Pibiri Date: Sun, 12 Jan 2025 11:08:03 +0100 Subject: [PATCH] results updated with sparser DArray structure: a bit less space for phobic; query time unchanged --- README.md | 60 +++++++++++++------------- script/results.1000M.json | 90 +++++++++++++++++++-------------------- script/results.100M.json | 90 +++++++++++++++++++-------------------- 3 files changed, 120 insertions(+), 120 deletions(-) diff --git a/README.md b/README.md index a4a4cf3..4684bf2 100644 --- a/README.md +++ b/README.md @@ -250,58 +250,58 @@ The code has been compiled with gcc 9.4.0, with flags `-O3` and `-march=native` | Encoder | $\alpha$ | $\lambda$ | Mapping (sec) | Mapping (%) | Searching (sec) | Searching (%) | Encoding (sec) | Encoding (%) | Total (sec) | Space (bits/key) | Lookup (ns/key) | |:---------:|:-------:|:--------:|:-------------:|:-------------:|:--------------:|:----------------:|:--------------:|:--------------:|:-----------:|:----------:|:--------------:| -| R-R | 0.97 | 3.796 | 11.55 | 32.67 | 23.48 | 66.41 | 0.33 | 0.93 | 35.35 | 2.29 | 64 | -| C-C | 0.99 | 3.796 | 11.58 | 29.26 | 27.93 | 70.57 | 0.07 | 0.17 | 39.58 | 3.25 | 39 | -| D-D | 0.88 | 2.416 | 11.59 | 55.76 | 8.24 | 39.66 | 0.95 | 4.58 | 20.78 | 4.05 | 56 | -| EF | 0.99 | 4.429 | 11.55 | 19.63 | 47.17 | 80.16 | 0.13 | 0.21 | 58.84 | 2.26 | 69 | -| D-D | 0.94 | 3.796 | 11.58 | 36.30 | 19.70 | 61.75 | 0.62 | 1.96 | 31.90 | 3.13 | 47 | +| R-R | 0.97 | 3.796 | 11.59 | 33.44 | 22.74 | 65.62 | 0.33 | 0.94 | 34.66 | 2.22 | 65 | +| C-C | 0.99 | 3.796 | 11.57 | 29.75 | 27.26 | 70.08 | 0.07 | 0.17 | 38.90 | 3.25 | 41 | +| D-D | 0.88 | 2.416 | 11.57 | 56.75 | 7.87 | 38.61 | 0.94 | 4.63 | 20.38 | 4.05 | 55 | +| EF | 0.99 | 4.429 | 11.56 | 20.36 | 45.10 | 79.41 | 0.13 | 0.22 | 56.79 | 2.19 | 68 | +| D-D | 0.94 | 3.796 | 11.58 | 36.90 | 19.19 | 61.12 | 0.62 | 1.98 | 31.39 | 3.13 | 46 | ### `pthash::single_phf` with 1 thread, 1000M keys | Encoder | $\alpha$ | $\lambda$ | Mapping (sec) | Mapping (%) | Searching (sec) | Searching (%) | Encoding (sec) | Encoding (%) | Total (sec) | Space (bits/key) | Lookup (ns/key) | |:---------:|:-------:|:--------:|:-------------:|:-------------:|:--------------:|:----------------:|:--------------:|:--------------:|:-----------:|:----------:|:--------------:| -| R-R | 0.97 | 3.796 | 127.39 | 17.33 | 604.22 | 82.22 | 3.30 | 0.45 | 734.91 | 2.29 | 126 | -| C-C | 0.99 | 3.796 | 127.38 | 14.56 | 746.65 | 85.36 | 0.70 | 0.08 | 874.72 | 3.25 | 57 | -| D-D | 0.88 | 2.416 | 126.88 | 39.55 | 185.17 | 57.71 | 8.79 | 2.74 | 320.84 | 4.17 | 80 | -| EF | 0.99 | 4.429 | 128.03 | 9.57 | 1208.24 | 90.33 | 1.29 | 0.10 | 1337.56 | 2.26 | 153 | -| D-D | 0.94 | 3.796 | 128.71 | 20.65 | 489.23 | 78.48 | 5.41 | 0.87 | 623.35 | 3.31 | 70 | +| R-R | 0.97 | 3.796 | 128.03 | 17.11 | 616.84 | 82.45 | 3.29 | 0.44 | 748.16 | 2.22 | 130 | +| C-C | 0.99 | 3.796 | 127.89 | 14.60 | 747.21 | 85.32 | 0.70 | 0.08 | 875.80 | 3.25 | 57 | +| D-D | 0.88 | 2.416 | 127.47 | 39.30 | 188.10 | 57.99 | 8.80 | 2.71 | 324.36 | 4.17 | 81 | +| EF | 0.99 | 4.429 | 128.07 | 9.56 | 1210.49 | 90.34 | 1.31 | 0.10 | 1339.87 | 2.19 | 149 | +| D-D | 0.94 | 3.796 | 127.98 | 20.50 | 491.01 | 78.65 | 5.33 | 0.85 | 624.32 | 3.31 | 69 | ### `pthash::partitioned_phf` with 8 thread, 100M keys | Encoder | $\alpha$ | $\lambda$ | Mapping (sec) | Mapping (%) | Searching (sec) | Searching (%) | Encoding (sec) | Encoding (%) | Total (sec) | Space (bits/key) | Lookup (ns/key) | |:---------:|:-------:|:--------:|:-------------:|:-------------:|:--------------:|:----------------:|:--------------:|:--------------:|:-----------:|:----------:|:--------------:| -| R-R | 0.97 | 3.796 | 1.58 | 33.34 | 2.21 | 46.67 | 0.07 | 1.53 | 4.74 | 2.29 | 70 | -| C-C | 0.99 | 3.796 | 1.58 | 31.54 | 2.54 | 50.63 | 0.02 | 0.50 | 5.01 | 3.26 | 43 | -| D-D | 0.88 | 2.416 | 1.58 | 43.74 | 1.03 | 28.47 | 0.14 | 3.80 | 3.62 | 4.05 | 60 | -| EF | 0.99 | 4.429 | 1.58 | 24.49 | 3.93 | 60.83 | 0.04 | 0.60 | 6.46 | 2.26 | 75 | -| D-D | 0.94 | 3.796 | 1.58 | 35.27 | 1.93 | 43.01 | 0.10 | 2.18 | 4.48 | 3.05 | 49 | +| R-R | 0.97 | 3.796 | 1.55 | 33.05 | 2.21 | 47.03 | 0.07 | 1.53 | 4.70 | 2.22 | 71 | +| C-C | 0.99 | 3.796 | 1.55 | 31.48 | 2.50 | 50.83 | 0.03 | 0.51 | 4.93 | 3.26 | 43 | +| D-D | 0.88 | 2.416 | 1.56 | 43.87 | 1.01 | 28.39 | 0.13 | 3.69 | 3.55 | 4.05 | 59 | +| EF | 0.99 | 4.429 | 1.55 | 24.24 | 3.95 | 61.82 | 0.04 | 0.65 | 6.39 | 2.19 | 72 | +| D-D | 0.94 | 3.796 | 1.56 | 34.81 | 1.95 | 43.60 | 0.09 | 2.07 | 4.47 | 3.05 | 49 | ### `pthash::partitioned_phf` with 8 thread, 1000M keys | Encoder | $\alpha$ | $\lambda$ | Mapping (sec) | Mapping (%) | Searching (sec) | Searching (%) | Encoding (sec) | Encoding (%) | Total (sec) | Space (bits/key) | Lookup (ns/key) | |:---------:|:-------:|:--------:|:-------------:|:-------------:|:--------------:|:----------------:|:--------------:|:--------------:|:-----------:|:----------:|:--------------:| -| R-R | 0.97 | 3.796 | 13.13 | 34.70 | 19.02 | 50.29 | 0.48 | 1.28 | 37.83 | 2.29 | 158 | -| C-C | 0.99 | 3.796 | 13.01 | 32.61 | 21.59 | 54.12 | 0.12 | 0.31 | 39.90 | 3.25 | 63 | -| D-D | 0.88 | 2.416 | 12.95 | 45.76 | 9.19 | 32.49 | 0.95 | 3.36 | 28.30 | 4.05 | 91 | -| EF | 0.99 | 4.429 | 13.12 | 25.06 | 33.90 | 64.73 | 0.21 | 0.39 | 52.37 | 2.26 | 180 | -| D-D | 0.94 | 3.796 | 13.01 | 36.72 | 16.66 | 47.00 | 0.62 | 1.75 | 35.44 | 3.05 | 78 | +| R-R | 0.97 | 3.796 | 12.84 | 34.51 | 18.77 | 50.47 | 0.45 | 1.20 | 37.20 | 2.22 | 159 | +| C-C | 0.99 | 3.796 | 12.77 | 32.29 | 21.52 | 54.41 | 0.12 | 0.31 | 39.55 | 3.25 | 62 | +| D-D | 0.88 | 2.416 | 12.72 | 45.70 | 8.97 | 32.22 | 0.95 | 3.41 | 27.84 | 4.05 | 90 | +| EF | 0.99 | 4.429 | 12.86 | 24.84 | 33.57 | 64.85 | 0.19 | 0.37 | 51.76 | 2.19 | 159 | +| D-D | 0.94 | 3.796 | 12.75 | 36.59 | 16.33 | 46.84 | 0.61 | 1.74 | 34.85 | 3.05 | 77 | ### `pthash::dense_partitioned_phf` with 8 thread, 100M keys | Encoder | $\alpha$ | $\lambda$ | Mapping (sec) | Mapping (%) | Searching (sec) | Searching (%) | Encoding (sec) | Encoding (%) | Total (sec) | Space (bits/key) | Lookup (ns/key) | |:---------:|:-------:|:--------:|:-------------:|:-------------:|:--------------:|:----------------:|:--------------:|:--------------:|:-----------:|:----------:|:--------------:| -| inter-R | 0.97 | 3.796 | 0.93 | 29.00 | 1.37 | 42.65 | 0.25 | 7.73 | 3.21 | 2.43 | 85 | -| inter-C | 0.99 | 3.796 | 0.93 | 27.27 | 1.63 | 48.00 | 0.17 | 5.02 | 3.39 | 3.35 | 56 | -| inter-D | 0.88 | 2.416 | 0.95 | 27.81 | 0.83 | 24.49 | 0.94 | 27.75 | 3.40 | 4.19 | 82 | -| inter-EF | 0.99 | 4.429 | 0.93 | 22.43 | 2.23 | 54.09 | 0.31 | 7.41 | 4.13 | 2.31 | 88 | -| inter-D | 0.94 | 3.796 | 0.93 | 27.19 | 1.19 | 34.74 | 0.64 | 18.80 | 3.43 | 2.99 | 66 | +| inter-R | 0.97 | 3.796 | 0.93 | 28.76 | 1.37 | 42.58 | 0.25 | 7.80 | 3.22 | 2.35 | 84 | +| inter-C | 0.99 | 3.796 | 0.92 | 27.16 | 1.63 | 47.91 | 0.16 | 4.77 | 3.40 | 3.35 | 56 | +| inter-D | 0.88 | 2.416 | 0.94 | 27.26 | 0.84 | 24.29 | 0.97 | 28.26 | 3.45 | 4.19 | 82 | +| inter-EF | 0.99 | 4.429 | 0.92 | 22.22 | 2.23 | 53.72 | 0.30 | 7.32 | 4.15 | 2.24 | 86 | +| inter-D | 0.94 | 3.796 | 0.93 | 27.13 | 1.19 | 34.71 | 0.64 | 18.67 | 3.44 | 2.99 | 66 | ### `pthash::dense_partitioned_phf` with 8 thread, 1000M keys | Encoder | $\alpha$ | $\lambda$ | Mapping (sec) | Mapping (%) | Searching (sec) | Searching (%) | Encoding (sec) | Encoding (%) | Total (sec) | Space (bits/key) | Lookup (ns/key) | |:---------:|:-------:|:--------:|:-------------:|:-------------:|:--------------:|:----------------:|:--------------:|:--------------:|:-----------:|:----------:|:--------------:| -| inter-R | 0.97 | 3.796 | 9.32 | 23.90 | 13.73 | 35.21 | 4.65 | 11.93 | 39.01 | 2.42 | 191 | -| inter-C | 0.99 | 3.796 | 9.17 | 23.06 | 16.17 | 40.65 | 3.24 | 8.15 | 39.78 | 3.45 | 94 | -| inter-D | 0.88 | 2.416 | 9.22 | 19.85 | 8.08 | 17.38 | 17.93 | 38.60 | 46.46 | 4.53 | 125 | -| inter-EF | 0.99 | 4.429 | 9.18 | 18.76 | 22.10 | 45.16 | 6.52 | 13.33 | 48.95 | 2.30 | 186 | -| inter-D | 0.94 | 3.796 | 9.22 | 21.41 | 11.73 | 27.24 | 10.98 | 25.51 | 43.06 | 3.17 | 113 | +| inter-R | 0.97 | 3.796 | 9.21 | 23.74 | 13.51 | 34.81 | 4.67 | 12.05 | 38.80 | 2.34 | 166 | +| inter-C | 0.99 | 3.796 | 9.22 | 22.97 | 16.23 | 40.42 | 3.63 | 9.03 | 40.14 | 3.45 | 92 | +| inter-D | 0.88 | 2.416 | 9.20 | 19.95 | 8.06 | 17.48 | 17.64 | 38.27 | 46.09 | 4.53 | 126 | +| inter-EF | 0.99 | 4.429 | 9.19 | 18.81 | 22.12 | 45.28 | 6.41 | 13.13 | 48.86 | 2.23 | 172 | +| inter-D | 0.94 | 3.796 | 9.21 | 21.50 | 11.69 | 27.31 | 10.83 | 25.29 | 42.81 | 3.17 | 113 | diff --git a/script/results.1000M.json b/script/results.1000M.json index e6ce68d..227c49e 100644 --- a/script/results.1000M.json +++ b/script/results.1000M.json @@ -1,45 +1,45 @@ -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127245082", "searching_microseconds": "601381466", "encoding_microseconds": "3293616", "total_microseconds": "731920164", "pt_bits_per_key": "2.059488", "mapper_bits_per_key": "0.234215", "bits_per_key": "2.293704", "nanosec_per_key": "124.069644"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127501921", "searching_microseconds": "605458452", "encoding_microseconds": "3305239", "total_microseconds": "736265612", "pt_bits_per_key": "2.059488", "mapper_bits_per_key": "0.234215", "bits_per_key": "2.293704", "nanosec_per_key": "126.131819"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127435398", "searching_microseconds": "605813235", "encoding_microseconds": "3301116", "total_microseconds": "736549749", "pt_bits_per_key": "2.059488", "mapper_bits_per_key": "0.234215", "bits_per_key": "2.293704", "nanosec_per_key": "128.850758"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127494962", "searching_microseconds": "751902491", "encoding_microseconds": "696574", "total_microseconds": "880094027", "pt_bits_per_key": "3.160815", "mapper_bits_per_key": "0.092015", "bits_per_key": "3.252831", "nanosec_per_key": "57.128517"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127186658", "searching_microseconds": "745462505", "encoding_microseconds": "690616", "total_microseconds": "873339779", "pt_bits_per_key": "3.160815", "mapper_bits_per_key": "0.092015", "bits_per_key": "3.252831", "nanosec_per_key": "56.292145"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127443982", "searching_microseconds": "742592702", "encoding_microseconds": "699995", "total_microseconds": "870736679", "pt_bits_per_key": "3.160815", "mapper_bits_per_key": "0.092015", "bits_per_key": "3.252831", "nanosec_per_key": "57.197870"} -{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127044176", "searching_microseconds": "185022777", "encoding_microseconds": "8794758", "total_microseconds": "320861711", "pt_bits_per_key": "3.435508", "mapper_bits_per_key": "0.735797", "bits_per_key": "4.171305", "nanosec_per_key": "80.585430"} -{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "126573955", "searching_microseconds": "185008019", "encoding_microseconds": "8758727", "total_microseconds": "320340701", "pt_bits_per_key": "3.435508", "mapper_bits_per_key": "0.735797", "bits_per_key": "4.171305", "nanosec_per_key": "79.721742"} -{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127030427", "searching_microseconds": "185473756", "encoding_microseconds": "8805493", "total_microseconds": "321309676", "pt_bits_per_key": "3.435508", "mapper_bits_per_key": "0.735797", "bits_per_key": "4.171305", "nanosec_per_key": "80.883802"} -{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127175058", "searching_microseconds": "1197343985", "encoding_microseconds": "1267051", "total_microseconds": "1325786094", "pt_bits_per_key": "2.164509", "mapper_bits_per_key": "0.092015", "bits_per_key": "2.256524", "nanosec_per_key": "144.157679"} -{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127227508", "searching_microseconds": "1219274221", "encoding_microseconds": "1308554", "total_microseconds": "1347810283", "pt_bits_per_key": "2.164509", "mapper_bits_per_key": "0.092015", "bits_per_key": "2.256524", "nanosec_per_key": "158.613540"} -{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "129679010", "searching_microseconds": "1208104560", "encoding_microseconds": "1293645", "total_microseconds": "1339077215", "pt_bits_per_key": "2.164509", "mapper_bits_per_key": "0.092015", "bits_per_key": "2.256524", "nanosec_per_key": "156.459877"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "129348923", "searching_microseconds": "492155220", "encoding_microseconds": "5456167", "total_microseconds": "626960310", "pt_bits_per_key": "2.897443", "mapper_bits_per_key": "0.416225", "bits_per_key": "3.313668", "nanosec_per_key": "70.415045"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "128614602", "searching_microseconds": "487871452", "encoding_microseconds": "5356263", "total_microseconds": "621842317", "pt_bits_per_key": "2.897443", "mapper_bits_per_key": "0.416225", "bits_per_key": "3.313668", "nanosec_per_key": "68.696653"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "128174916", "searching_microseconds": "487655315", "encoding_microseconds": "5406106", "total_microseconds": "621236337", "pt_bits_per_key": "2.897443", "mapper_bits_per_key": "0.416225", "bits_per_key": "3.313668", "nanosec_per_key": "72.205355"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5194448", "mapping_ordering_microseconds": "13088498", "searching_microseconds": "18767522", "encoding_microseconds": "474932", "total_microseconds": "37525400", "pt_bits_per_key": "2.059872", "mapper_bits_per_key": "0.234516", "bits_per_key": "2.294388", "nanosec_per_key": "153.483882"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5170382", "mapping_ordering_microseconds": "13142270", "searching_microseconds": "19111061", "encoding_microseconds": "504586", "total_microseconds": "37928299", "pt_bits_per_key": "2.059872", "mapper_bits_per_key": "0.234516", "bits_per_key": "2.294388", "nanosec_per_key": "159.818912"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5214200", "mapping_ordering_microseconds": "13147735", "searching_microseconds": "19187698", "encoding_microseconds": "472676", "total_microseconds": "38022309", "pt_bits_per_key": "2.059872", "mapper_bits_per_key": "0.234516", "bits_per_key": "2.294388", "nanosec_per_key": "159.915905"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5201397", "mapping_ordering_microseconds": "13023198", "searching_microseconds": "21725563", "encoding_microseconds": "111165", "total_microseconds": "40061323", "pt_bits_per_key": "3.161840", "mapper_bits_per_key": "0.092317", "bits_per_key": "3.254157", "nanosec_per_key": "63.417287"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5149016", "mapping_ordering_microseconds": "12990103", "searching_microseconds": "21518927", "encoding_microseconds": "112691", "total_microseconds": "39770737", "pt_bits_per_key": "3.161840", "mapper_bits_per_key": "0.092317", "bits_per_key": "3.254157", "nanosec_per_key": "62.683014"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5156136", "mapping_ordering_microseconds": "13017746", "searching_microseconds": "21535136", "encoding_microseconds": "144196", "total_microseconds": "39853214", "pt_bits_per_key": "3.161840", "mapper_bits_per_key": "0.092317", "bits_per_key": "3.254157", "nanosec_per_key": "62.865456"} -{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5171582", "mapping_ordering_microseconds": "12922827", "searching_microseconds": "9110178", "encoding_microseconds": "943616", "total_microseconds": "28148203", "pt_bits_per_key": "3.312250", "mapper_bits_per_key": "0.736096", "bits_per_key": "4.048347", "nanosec_per_key": "91.992809"} -{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5211451", "mapping_ordering_microseconds": "12935945", "searching_microseconds": "9222160", "encoding_microseconds": "956705", "total_microseconds": "28326261", "pt_bits_per_key": "3.312250", "mapper_bits_per_key": "0.736096", "bits_per_key": "4.048347", "nanosec_per_key": "89.231692"} -{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5226772", "mapping_ordering_microseconds": "12988450", "searching_microseconds": "9251517", "encoding_microseconds": "948106", "total_microseconds": "28414845", "pt_bits_per_key": "3.312250", "mapper_bits_per_key": "0.736096", "bits_per_key": "4.048347", "nanosec_per_key": "91.713595"} -{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5165732", "mapping_ordering_microseconds": "13095191", "searching_microseconds": "33640050", "encoding_microseconds": "184332", "total_microseconds": "52085305", "pt_bits_per_key": "2.164845", "mapper_bits_per_key": "0.092317", "bits_per_key": "2.257162", "nanosec_per_key": "183.800224"} -{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5096212", "mapping_ordering_microseconds": "13116730", "searching_microseconds": "33928350", "encoding_microseconds": "185052", "total_microseconds": "52326344", "pt_bits_per_key": "2.164845", "mapper_bits_per_key": "0.092317", "bits_per_key": "2.257162", "nanosec_per_key": "182.751418"} -{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5164148", "mapping_ordering_microseconds": "13162372", "searching_microseconds": "34127424", "encoding_microseconds": "246983", "total_microseconds": "52700927", "pt_bits_per_key": "2.164845", "mapper_bits_per_key": "0.092317", "bits_per_key": "2.257162", "nanosec_per_key": "174.589919"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5163743", "mapping_ordering_microseconds": "12983635", "searching_microseconds": "16753581", "encoding_microseconds": "625338", "total_microseconds": "35526297", "pt_bits_per_key": "2.637471", "mapper_bits_per_key": "0.416522", "bits_per_key": "3.053993", "nanosec_per_key": "78.473079"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5171902", "mapping_ordering_microseconds": "13092432", "searching_microseconds": "16681846", "encoding_microseconds": "609661", "total_microseconds": "35555841", "pt_bits_per_key": "2.637471", "mapper_bits_per_key": "0.416522", "bits_per_key": "3.053993", "nanosec_per_key": "78.607928"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5118187", "mapping_ordering_microseconds": "12967712", "searching_microseconds": "16538921", "encoding_microseconds": "627811", "total_microseconds": "35252631", "pt_bits_per_key": "2.637471", "mapper_bits_per_key": "0.416522", "bits_per_key": "3.053993", "nanosec_per_key": "76.566926"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "inter-R", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11255685", "mapping_ordering_microseconds": "9436236", "searching_microseconds": "13900280", "encoding_microseconds": "4647656", "total_microseconds": "39239857", "pt_bits_per_key": "2.182026", "mapper_bits_per_key": "0.239265", "bits_per_key": "2.421291", "nanosec_per_key": "194.432519"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "inter-R", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11177645", "mapping_ordering_microseconds": "9241935", "searching_microseconds": "13566098", "encoding_microseconds": "4623081", "total_microseconds": "38608759", "pt_bits_per_key": "2.182026", "mapper_bits_per_key": "0.239265", "bits_per_key": "2.421291", "nanosec_per_key": "185.757636"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "inter-R", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11456093", "mapping_ordering_microseconds": "9293928", "searching_microseconds": "13733336", "encoding_microseconds": "4684764", "total_microseconds": "39168121", "pt_bits_per_key": "2.182026", "mapper_bits_per_key": "0.239265", "bits_per_key": "2.421291", "nanosec_per_key": "193.109747"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-C", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11169678", "mapping_ordering_microseconds": "9174049", "searching_microseconds": "16211137", "encoding_microseconds": "3595120", "total_microseconds": "40149984", "pt_bits_per_key": "3.347626", "mapper_bits_per_key": "0.097570", "bits_per_key": "3.445197", "nanosec_per_key": "95.080920"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-C", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11181849", "mapping_ordering_microseconds": "9177417", "searching_microseconds": "16168665", "encoding_microseconds": "3058492", "total_microseconds": "39586423", "pt_bits_per_key": "3.347626", "mapper_bits_per_key": "0.097570", "bits_per_key": "3.445197", "nanosec_per_key": "95.501421"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-C", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11238451", "mapping_ordering_microseconds": "9166212", "searching_microseconds": "16141530", "encoding_microseconds": "3070092", "total_microseconds": "39616285", "pt_bits_per_key": "3.347626", "mapper_bits_per_key": "0.097570", "bits_per_key": "3.445197", "nanosec_per_key": "91.989486"} -{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11160459", "mapping_ordering_microseconds": "9218202", "searching_microseconds": "8074617", "encoding_microseconds": "17936580", "total_microseconds": "46389858", "pt_bits_per_key": "3.792554", "mapper_bits_per_key": "0.741696", "bits_per_key": "4.534251", "nanosec_per_key": "125.257449"} -{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11295487", "mapping_ordering_microseconds": "9257249", "searching_microseconds": "8082889", "encoding_microseconds": "17925900", "total_microseconds": "46561525", "pt_bits_per_key": "3.792554", "mapper_bits_per_key": "0.741696", "bits_per_key": "4.534251", "nanosec_per_key": "125.183155"} -{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11218638", "mapping_ordering_microseconds": "9195592", "searching_microseconds": "8070838", "encoding_microseconds": "17937988", "total_microseconds": "46423056", "pt_bits_per_key": "3.792554", "mapper_bits_per_key": "0.741696", "bits_per_key": "4.534251", "nanosec_per_key": "125.519145"} -{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-EF", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11084623", "mapping_ordering_microseconds": "9184398", "searching_microseconds": "22085428", "encoding_microseconds": "6533494", "total_microseconds": "48887943", "pt_bits_per_key": "2.203851", "mapper_bits_per_key": "0.097570", "bits_per_key": "2.301421", "nanosec_per_key": "186.151622"} -{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-EF", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11190722", "mapping_ordering_microseconds": "9196135", "searching_microseconds": "22138845", "encoding_microseconds": "6531346", "total_microseconds": "49057048", "pt_bits_per_key": "2.203851", "mapper_bits_per_key": "0.097570", "bits_per_key": "2.301421", "nanosec_per_key": "187.028091"} -{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-EF", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11139831", "mapping_ordering_microseconds": "9165139", "searching_microseconds": "22081788", "encoding_microseconds": "6503849", "total_microseconds": "48890607", "pt_bits_per_key": "2.203851", "mapper_bits_per_key": "0.097570", "bits_per_key": "2.301421", "nanosec_per_key": "185.920633"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11171213", "mapping_ordering_microseconds": "9232727", "searching_microseconds": "11732683", "encoding_microseconds": "10982403", "total_microseconds": "43119026", "pt_bits_per_key": "2.749474", "mapper_bits_per_key": "0.422281", "bits_per_key": "3.171755", "nanosec_per_key": "113.907635"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11065029", "mapping_ordering_microseconds": "9200091", "searching_microseconds": "11702438", "encoding_microseconds": "10997068", "total_microseconds": "42964626", "pt_bits_per_key": "2.749474", "mapper_bits_per_key": "0.422281", "bits_per_key": "3.171755", "nanosec_per_key": "112.151944"} -{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11147326", "mapping_ordering_microseconds": "9216538", "searching_microseconds": "11745565", "encoding_microseconds": "10974920", "total_microseconds": "43084349", "pt_bits_per_key": "2.749474", "mapper_bits_per_key": "0.422281", "bits_per_key": "3.171755", "nanosec_per_key": "112.148385"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127787734", "searching_microseconds": "614066368", "encoding_microseconds": "3291001", "total_microseconds": "745145103", "pt_bits_per_key": "1.981291", "mapper_bits_per_key": "0.234215", "bits_per_key": "2.215507", "nanosec_per_key": "129.231388"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "128114794", "searching_microseconds": "613812582", "encoding_microseconds": "3289132", "total_microseconds": "745216508", "pt_bits_per_key": "1.981291", "mapper_bits_per_key": "0.234215", "bits_per_key": "2.215507", "nanosec_per_key": "129.340799"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "128181029", "searching_microseconds": "622635664", "encoding_microseconds": "3297666", "total_microseconds": "754114359", "pt_bits_per_key": "1.981291", "mapper_bits_per_key": "0.234215", "bits_per_key": "2.215507", "nanosec_per_key": "131.243311"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127869077", "searching_microseconds": "747072061", "encoding_microseconds": "696739", "total_microseconds": "875637877", "pt_bits_per_key": "3.160815", "mapper_bits_per_key": "0.092015", "bits_per_key": "3.252831", "nanosec_per_key": "57.250338"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127803349", "searching_microseconds": "747828593", "encoding_microseconds": "697604", "total_microseconds": "876329546", "pt_bits_per_key": "3.160815", "mapper_bits_per_key": "0.092015", "bits_per_key": "3.252831", "nanosec_per_key": "57.184918"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127991936", "searching_microseconds": "746733672", "encoding_microseconds": "694997", "total_microseconds": "875420605", "pt_bits_per_key": "3.160815", "mapper_bits_per_key": "0.092015", "bits_per_key": "3.252831", "nanosec_per_key": "57.400091"} +{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127340564", "searching_microseconds": "187452150", "encoding_microseconds": "8775850", "total_microseconds": "323568564", "pt_bits_per_key": "3.435508", "mapper_bits_per_key": "0.735797", "bits_per_key": "4.171305", "nanosec_per_key": "80.189724"} +{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127364121", "searching_microseconds": "187997190", "encoding_microseconds": "8805179", "total_microseconds": "324166490", "pt_bits_per_key": "3.435508", "mapper_bits_per_key": "0.735797", "bits_per_key": "4.171305", "nanosec_per_key": "81.424226"} +{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127696964", "searching_microseconds": "188845340", "encoding_microseconds": "8807520", "total_microseconds": "325349824", "pt_bits_per_key": "3.435508", "mapper_bits_per_key": "0.735797", "bits_per_key": "4.171305", "nanosec_per_key": "81.431069"} +{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "128128754", "searching_microseconds": "1226901588", "encoding_microseconds": "1319983", "total_microseconds": "1356350325", "pt_bits_per_key": "2.097483", "mapper_bits_per_key": "0.092015", "bits_per_key": "2.189498", "nanosec_per_key": "147.108589"} +{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "128019241", "searching_microseconds": "1200767586", "encoding_microseconds": "1308658", "total_microseconds": "1330095485", "pt_bits_per_key": "2.097483", "mapper_bits_per_key": "0.092015", "bits_per_key": "2.189498", "nanosec_per_key": "152.122635"} +{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "128054526", "searching_microseconds": "1203808584", "encoding_microseconds": "1313276", "total_microseconds": "1333176386", "pt_bits_per_key": "2.097483", "mapper_bits_per_key": "0.092015", "bits_per_key": "2.189498", "nanosec_per_key": "147.632102"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127775554", "searching_microseconds": "490137483", "encoding_microseconds": "5332131", "total_microseconds": "623245168", "pt_bits_per_key": "2.897443", "mapper_bits_per_key": "0.416225", "bits_per_key": "3.313668", "nanosec_per_key": "68.966391"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "128302137", "searching_microseconds": "491622419", "encoding_microseconds": "5337897", "total_microseconds": "625262453", "pt_bits_per_key": "2.897443", "mapper_bits_per_key": "0.416225", "bits_per_key": "3.313668", "nanosec_per_key": "69.298912"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "127849487", "searching_microseconds": "491280606", "encoding_microseconds": "5327537", "total_microseconds": "624457630", "pt_bits_per_key": "2.897443", "mapper_bits_per_key": "0.416225", "bits_per_key": "3.313668", "nanosec_per_key": "69.263886"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5173104", "mapping_ordering_microseconds": "12863954", "searching_microseconds": "18714474", "encoding_microseconds": "447552", "total_microseconds": "37199084", "pt_bits_per_key": "1.981684", "mapper_bits_per_key": "0.234516", "bits_per_key": "2.216199", "nanosec_per_key": "162.681584"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5161509", "mapping_ordering_microseconds": "12863464", "searching_microseconds": "18718860", "encoding_microseconds": "446603", "total_microseconds": "37190436", "pt_bits_per_key": "1.981684", "mapper_bits_per_key": "0.234516", "bits_per_key": "2.216199", "nanosec_per_key": "158.190889"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5088673", "mapping_ordering_microseconds": "12785488", "searching_microseconds": "18887354", "encoding_microseconds": "446966", "total_microseconds": "37208481", "pt_bits_per_key": "1.981684", "mapper_bits_per_key": "0.234516", "bits_per_key": "2.216199", "nanosec_per_key": "155.948816"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5126056", "mapping_ordering_microseconds": "12779838", "searching_microseconds": "21435032", "encoding_microseconds": "109943", "total_microseconds": "39450869", "pt_bits_per_key": "3.161840", "mapper_bits_per_key": "0.092317", "bits_per_key": "3.254157", "nanosec_per_key": "62.362364"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5138330", "mapping_ordering_microseconds": "12727836", "searching_microseconds": "21402914", "encoding_microseconds": "141650", "total_microseconds": "39410730", "pt_bits_per_key": "3.161840", "mapper_bits_per_key": "0.092317", "bits_per_key": "3.254157", "nanosec_per_key": "62.571698"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5149096", "mapping_ordering_microseconds": "12811695", "searching_microseconds": "21722733", "encoding_microseconds": "113270", "total_microseconds": "39796794", "pt_bits_per_key": "3.161840", "mapper_bits_per_key": "0.092317", "bits_per_key": "3.254157", "nanosec_per_key": "62.559202"} +{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5214457", "mapping_ordering_microseconds": "12692358", "searching_microseconds": "8965860", "encoding_microseconds": "939070", "total_microseconds": "27811745", "pt_bits_per_key": "3.312250", "mapper_bits_per_key": "0.736096", "bits_per_key": "4.048347", "nanosec_per_key": "89.284927"} +{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5221946", "mapping_ordering_microseconds": "12786979", "searching_microseconds": "8950172", "encoding_microseconds": "961055", "total_microseconds": "27920152", "pt_bits_per_key": "3.312250", "mapper_bits_per_key": "0.736096", "bits_per_key": "4.048347", "nanosec_per_key": "90.708414"} +{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5157498", "mapping_ordering_microseconds": "12687669", "searching_microseconds": "8993476", "encoding_microseconds": "949818", "total_microseconds": "27788461", "pt_bits_per_key": "3.312250", "mapper_bits_per_key": "0.736096", "bits_per_key": "4.048347", "nanosec_per_key": "89.045958"} +{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5125831", "mapping_ordering_microseconds": "12918952", "searching_microseconds": "33923221", "encoding_microseconds": "192525", "total_microseconds": "52160529", "pt_bits_per_key": "2.097818", "mapper_bits_per_key": "0.092317", "bits_per_key": "2.190135", "nanosec_per_key": "157.869369"} +{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5130067", "mapping_ordering_microseconds": "12837662", "searching_microseconds": "33293420", "encoding_microseconds": "192321", "total_microseconds": "51453470", "pt_bits_per_key": "2.097818", "mapper_bits_per_key": "0.092317", "bits_per_key": "2.190135", "nanosec_per_key": "158.860609"} +{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5175831", "mapping_ordering_microseconds": "12823010", "searching_microseconds": "33480469", "encoding_microseconds": "191124", "total_microseconds": "51670434", "pt_bits_per_key": "2.097818", "mapper_bits_per_key": "0.092317", "bits_per_key": "2.190135", "nanosec_per_key": "159.096077"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5111791", "mapping_ordering_microseconds": "12819312", "searching_microseconds": "16499260", "encoding_microseconds": "612242", "total_microseconds": "35042605", "pt_bits_per_key": "2.637471", "mapper_bits_per_key": "0.416522", "bits_per_key": "3.053993", "nanosec_per_key": "78.017627"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5183150", "mapping_ordering_microseconds": "12742424", "searching_microseconds": "16182304", "encoding_microseconds": "604897", "total_microseconds": "34712775", "pt_bits_per_key": "2.637471", "mapper_bits_per_key": "0.416522", "bits_per_key": "3.053993", "nanosec_per_key": "76.706308"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "200", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "5215092", "mapping_ordering_microseconds": "12694050", "searching_microseconds": "16295759", "encoding_microseconds": "601172", "total_microseconds": "34806073", "pt_bits_per_key": "2.637471", "mapper_bits_per_key": "0.416522", "bits_per_key": "3.053993", "nanosec_per_key": "77.763206"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "inter-R", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11063614", "mapping_ordering_microseconds": "9199541", "searching_microseconds": "13500398", "encoding_microseconds": "4639685", "total_microseconds": "38403238", "pt_bits_per_key": "2.103761", "mapper_bits_per_key": "0.239265", "bits_per_key": "2.343026", "nanosec_per_key": "166.169361"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "inter-R", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11220442", "mapping_ordering_microseconds": "9231120", "searching_microseconds": "13523977", "encoding_microseconds": "4707538", "total_microseconds": "38683077", "pt_bits_per_key": "2.103761", "mapper_bits_per_key": "0.239265", "bits_per_key": "2.343026", "nanosec_per_key": "166.666473"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "inter-R", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11941203", "mapping_ordering_microseconds": "9197087", "searching_microseconds": "13495421", "encoding_microseconds": "4672890", "total_microseconds": "39306601", "pt_bits_per_key": "2.103761", "mapper_bits_per_key": "0.239265", "bits_per_key": "2.343026", "nanosec_per_key": "166.201933"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-C", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11044550", "mapping_ordering_microseconds": "9213198", "searching_microseconds": "16234113", "encoding_microseconds": "3573320", "total_microseconds": "40065181", "pt_bits_per_key": "3.347626", "mapper_bits_per_key": "0.097570", "bits_per_key": "3.445197", "nanosec_per_key": "92.730181"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-C", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11106918", "mapping_ordering_microseconds": "9283962", "searching_microseconds": "16357718", "encoding_microseconds": "3646393", "total_microseconds": "40394991", "pt_bits_per_key": "3.347626", "mapper_bits_per_key": "0.097570", "bits_per_key": "3.445197", "nanosec_per_key": "90.459869"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-C", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11058432", "mapping_ordering_microseconds": "9161054", "searching_microseconds": "16087179", "encoding_microseconds": "3659363", "total_microseconds": "39966028", "pt_bits_per_key": "3.347626", "mapper_bits_per_key": "0.097570", "bits_per_key": "3.445197", "nanosec_per_key": "92.817534"} +{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11093191", "mapping_ordering_microseconds": "9203721", "searching_microseconds": "8062248", "encoding_microseconds": "18155501", "total_microseconds": "46514661", "pt_bits_per_key": "3.792554", "mapper_bits_per_key": "0.741696", "bits_per_key": "4.534251", "nanosec_per_key": "125.718229"} +{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11336335", "mapping_ordering_microseconds": "9195353", "searching_microseconds": "8047981", "encoding_microseconds": "17973876", "total_microseconds": "46553545", "pt_bits_per_key": "3.792554", "mapper_bits_per_key": "0.741696", "bits_per_key": "4.534251", "nanosec_per_key": "125.392083"} +{"n": "1000000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11172004", "mapping_ordering_microseconds": "9191124", "searching_microseconds": "8054862", "encoding_microseconds": "16794614", "total_microseconds": "45212604", "pt_bits_per_key": "3.792554", "mapper_bits_per_key": "0.741696", "bits_per_key": "4.534251", "nanosec_per_key": "127.808245"} +{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-EF", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11174830", "mapping_ordering_microseconds": "9160130", "searching_microseconds": "22104405", "encoding_microseconds": "6445897", "total_microseconds": "48885262", "pt_bits_per_key": "2.136767", "mapper_bits_per_key": "0.097570", "bits_per_key": "2.234337", "nanosec_per_key": "171.625631"} +{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-EF", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11185731", "mapping_ordering_microseconds": "9188564", "searching_microseconds": "22101789", "encoding_microseconds": "6409499", "total_microseconds": "48885583", "pt_bits_per_key": "2.136767", "mapper_bits_per_key": "0.097570", "bits_per_key": "2.234337", "nanosec_per_key": "171.442463"} +{"n": "1000000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-EF", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11027316", "mapping_ordering_microseconds": "9226194", "searching_microseconds": "22163042", "encoding_microseconds": "6383549", "total_microseconds": "48800101", "pt_bits_per_key": "2.136767", "mapper_bits_per_key": "0.097570", "bits_per_key": "2.234337", "nanosec_per_key": "172.657019"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "10984743", "mapping_ordering_microseconds": "9211445", "searching_microseconds": "11687896", "encoding_microseconds": "10794880", "total_microseconds": "42678964", "pt_bits_per_key": "2.749474", "mapper_bits_per_key": "0.422281", "bits_per_key": "3.171755", "nanosec_per_key": "114.167387"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11240974", "mapping_ordering_microseconds": "9200992", "searching_microseconds": "11689893", "encoding_microseconds": "10800359", "total_microseconds": "42932218", "pt_bits_per_key": "2.749474", "mapper_bits_per_key": "0.422281", "bits_per_key": "3.171755", "nanosec_per_key": "111.870455"} +{"n": "1000000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "333334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "11037099", "mapping_ordering_microseconds": "9207759", "searching_microseconds": "11698961", "encoding_microseconds": "10885116", "total_microseconds": "42828935", "pt_bits_per_key": "2.749474", "mapper_bits_per_key": "0.422281", "bits_per_key": "3.171755", "nanosec_per_key": "114.218684"} diff --git a/script/results.100M.json b/script/results.100M.json index f4b2ce0..ebb001c 100644 --- a/script/results.100M.json +++ b/script/results.100M.json @@ -1,45 +1,45 @@ -{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11535978", "searching_microseconds": "23190197", "encoding_microseconds": "327158", "total_microseconds": "35053333", "pt_bits_per_key": "2.059633", "mapper_bits_per_key": "0.234229", "bits_per_key": "2.293862", "nanosec_per_key": "63.733710"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11555952", "searching_microseconds": "24227875", "encoding_microseconds": "327055", "total_microseconds": "36110882", "pt_bits_per_key": "2.059633", "mapper_bits_per_key": "0.234229", "bits_per_key": "2.293862", "nanosec_per_key": "64.039597"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11552629", "searching_microseconds": "23007728", "encoding_microseconds": "327211", "total_microseconds": "34887568", "pt_bits_per_key": "2.059633", "mapper_bits_per_key": "0.234229", "bits_per_key": "2.293862", "nanosec_per_key": "63.380084"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11543888", "searching_microseconds": "27614467", "encoding_microseconds": "67992", "total_microseconds": "39226347", "pt_bits_per_key": "3.160825", "mapper_bits_per_key": "0.092028", "bits_per_key": "3.252853", "nanosec_per_key": "38.882868"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11551832", "searching_microseconds": "28872340", "encoding_microseconds": "68857", "total_microseconds": "40493029", "pt_bits_per_key": "3.160825", "mapper_bits_per_key": "0.092028", "bits_per_key": "3.252853", "nanosec_per_key": "39.020946"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11650004", "searching_microseconds": "27304230", "encoding_microseconds": "68424", "total_microseconds": "39022658", "pt_bits_per_key": "3.160825", "mapper_bits_per_key": "0.092028", "bits_per_key": "3.252853", "nanosec_per_key": "39.571149"} -{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11634121", "searching_microseconds": "8371594", "encoding_microseconds": "952206", "total_microseconds": "20957921", "pt_bits_per_key": "3.311383", "mapper_bits_per_key": "0.735811", "bits_per_key": "4.047194", "nanosec_per_key": "56.300773"} -{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11579590", "searching_microseconds": "8346109", "encoding_microseconds": "953014", "total_microseconds": "20878713", "pt_bits_per_key": "3.311383", "mapper_bits_per_key": "0.735811", "bits_per_key": "4.047194", "nanosec_per_key": "56.517013"} -{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11553493", "searching_microseconds": "8012479", "encoding_microseconds": "951821", "total_microseconds": "20517793", "pt_bits_per_key": "3.311383", "mapper_bits_per_key": "0.735811", "bits_per_key": "4.047194", "nanosec_per_key": "56.288065"} -{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11510234", "searching_microseconds": "47786747", "encoding_microseconds": "123873", "total_microseconds": "59420854", "pt_bits_per_key": "2.164477", "mapper_bits_per_key": "0.092028", "bits_per_key": "2.256505", "nanosec_per_key": "68.305642"} -{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11541878", "searching_microseconds": "48008256", "encoding_microseconds": "124268", "total_microseconds": "59674402", "pt_bits_per_key": "2.164477", "mapper_bits_per_key": "0.092028", "bits_per_key": "2.256505", "nanosec_per_key": "69.381585"} -{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11593466", "searching_microseconds": "45700226", "encoding_microseconds": "128382", "total_microseconds": "57422074", "pt_bits_per_key": "2.164477", "mapper_bits_per_key": "0.092028", "bits_per_key": "2.256505", "nanosec_per_key": "70.523939"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11570174", "searching_microseconds": "20207566", "encoding_microseconds": "625039", "total_microseconds": "32402779", "pt_bits_per_key": "2.713273", "mapper_bits_per_key": "0.416239", "bits_per_key": "3.129512", "nanosec_per_key": "47.005517"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11590199", "searching_microseconds": "19486010", "encoding_microseconds": "623779", "total_microseconds": "31699988", "pt_bits_per_key": "2.713273", "mapper_bits_per_key": "0.416239", "bits_per_key": "3.129512", "nanosec_per_key": "47.055841"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11573721", "searching_microseconds": "19395161", "encoding_microseconds": "623537", "total_microseconds": "31592419", "pt_bits_per_key": "2.713273", "mapper_bits_per_key": "0.416239", "bits_per_key": "3.129512", "nanosec_per_key": "47.084619"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "888377", "mapping_ordering_microseconds": "1577213", "searching_microseconds": "2200212", "encoding_microseconds": "73734", "total_microseconds": "4739536", "pt_bits_per_key": "2.059734", "mapper_bits_per_key": "0.234515", "bits_per_key": "2.294249", "nanosec_per_key": "70.029898"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "889868", "mapping_ordering_microseconds": "1583940", "searching_microseconds": "2199701", "encoding_microseconds": "72357", "total_microseconds": "4745866", "pt_bits_per_key": "2.059734", "mapper_bits_per_key": "0.234515", "bits_per_key": "2.294249", "nanosec_per_key": "70.813670"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "847574", "mapping_ordering_microseconds": "1580326", "searching_microseconds": "2238111", "encoding_microseconds": "72239", "total_microseconds": "4738250", "pt_bits_per_key": "2.059734", "mapper_bits_per_key": "0.234515", "bits_per_key": "2.294249", "nanosec_per_key": "69.896997"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "853583", "mapping_ordering_microseconds": "1582908", "searching_microseconds": "2581231", "encoding_microseconds": "24590", "total_microseconds": "5042312", "pt_bits_per_key": "3.168955", "mapper_bits_per_key": "0.092318", "bits_per_key": "3.261273", "nanosec_per_key": "43.024448"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "874224", "mapping_ordering_microseconds": "1578923", "searching_microseconds": "2506867", "encoding_microseconds": "24094", "total_microseconds": "4984108", "pt_bits_per_key": "3.168955", "mapper_bits_per_key": "0.092318", "bits_per_key": "3.261273", "nanosec_per_key": "42.874907"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "878858", "mapping_ordering_microseconds": "1581571", "searching_microseconds": "2524552", "encoding_microseconds": "25844", "total_microseconds": "5010825", "pt_bits_per_key": "3.168955", "mapper_bits_per_key": "0.092318", "bits_per_key": "3.261273", "nanosec_per_key": "42.332711"} -{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "864365", "mapping_ordering_microseconds": "1585890", "searching_microseconds": "1020952", "encoding_microseconds": "128086", "total_microseconds": "3599293", "pt_bits_per_key": "3.312245", "mapper_bits_per_key": "0.736096", "bits_per_key": "4.048341", "nanosec_per_key": "60.070803"} -{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "867128", "mapping_ordering_microseconds": "1577649", "searching_microseconds": "1028967", "encoding_microseconds": "157923", "total_microseconds": "3631667", "pt_bits_per_key": "3.312245", "mapper_bits_per_key": "0.736096", "bits_per_key": "4.048341", "nanosec_per_key": "59.331412"} -{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "874633", "mapping_ordering_microseconds": "1590434", "searching_microseconds": "1044259", "encoding_microseconds": "127254", "total_microseconds": "3636580", "pt_bits_per_key": "3.312245", "mapper_bits_per_key": "0.736096", "bits_per_key": "4.048341", "nanosec_per_key": "60.175673"} -{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "873148", "mapping_ordering_microseconds": "1586204", "searching_microseconds": "3930842", "encoding_microseconds": "37485", "total_microseconds": "6427679", "pt_bits_per_key": "2.164750", "mapper_bits_per_key": "0.092318", "bits_per_key": "2.257068", "nanosec_per_key": "75.675171"} -{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "976148", "mapping_ordering_microseconds": "1580481", "searching_microseconds": "3929305", "encoding_microseconds": "38787", "total_microseconds": "6524721", "pt_bits_per_key": "2.164750", "mapper_bits_per_key": "0.092318", "bits_per_key": "2.257068", "nanosec_per_key": "74.234800"} -{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "881413", "mapping_ordering_microseconds": "1583181", "searching_microseconds": "3935587", "encoding_microseconds": "39900", "total_microseconds": "6440081", "pt_bits_per_key": "2.164750", "mapper_bits_per_key": "0.092318", "bits_per_key": "2.257068", "nanosec_per_key": "75.208798"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "909902", "mapping_ordering_microseconds": "1584351", "searching_microseconds": "1896046", "encoding_microseconds": "96985", "total_microseconds": "4487284", "pt_bits_per_key": "2.637436", "mapper_bits_per_key": "0.416525", "bits_per_key": "3.053961", "nanosec_per_key": "48.875311"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "854317", "mapping_ordering_microseconds": "1579773", "searching_microseconds": "1911932", "encoding_microseconds": "104920", "total_microseconds": "4450942", "pt_bits_per_key": "2.637436", "mapper_bits_per_key": "0.416525", "bits_per_key": "3.053961", "nanosec_per_key": "49.464344"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "859186", "mapping_ordering_microseconds": "1573380", "searching_microseconds": "1968921", "encoding_microseconds": "90598", "total_microseconds": "4492085", "pt_bits_per_key": "2.637436", "mapper_bits_per_key": "0.416525", "bits_per_key": "3.053961", "nanosec_per_key": "49.079156"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "inter-R", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "675730", "mapping_ordering_microseconds": "925482", "searching_microseconds": "1362205", "encoding_microseconds": "243662", "total_microseconds": "3207079", "pt_bits_per_key": "2.187173", "mapper_bits_per_key": "0.239470", "bits_per_key": "2.426643", "nanosec_per_key": "86.710441"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "inter-R", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "661759", "mapping_ordering_microseconds": "927871", "searching_microseconds": "1367082", "encoding_microseconds": "249376", "total_microseconds": "3206088", "pt_bits_per_key": "2.187173", "mapper_bits_per_key": "0.239470", "bits_per_key": "2.426643", "nanosec_per_key": "84.586603"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "inter-R", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "647601", "mapping_ordering_microseconds": "938427", "searching_microseconds": "1376101", "encoding_microseconds": "251533", "total_microseconds": "3213662", "pt_bits_per_key": "2.187173", "mapper_bits_per_key": "0.239470", "bits_per_key": "2.426643", "nanosec_per_key": "85.123212"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-C", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "709862", "mapping_ordering_microseconds": "924101", "searching_microseconds": "1624124", "encoding_microseconds": "153825", "total_microseconds": "3411912", "pt_bits_per_key": "3.248598", "mapper_bits_per_key": "0.097435", "bits_per_key": "3.346033", "nanosec_per_key": "56.632661"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-C", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "647843", "mapping_ordering_microseconds": "927351", "searching_microseconds": "1637523", "encoding_microseconds": "168700", "total_microseconds": "3381417", "pt_bits_per_key": "3.248598", "mapper_bits_per_key": "0.097435", "bits_per_key": "3.346033", "nanosec_per_key": "54.505238"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-C", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "649470", "mapping_ordering_microseconds": "924317", "searching_microseconds": "1624198", "encoding_microseconds": "188408", "total_microseconds": "3386393", "pt_bits_per_key": "3.248598", "mapper_bits_per_key": "0.097435", "bits_per_key": "3.346033", "nanosec_per_key": "56.965918"} -{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "717940", "mapping_ordering_microseconds": "969820", "searching_microseconds": "861794", "encoding_microseconds": "943515", "total_microseconds": "3493069", "pt_bits_per_key": "3.445684", "mapper_bits_per_key": "0.741903", "bits_per_key": "4.187587", "nanosec_per_key": "82.338476"} -{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "641016", "mapping_ordering_microseconds": "932335", "searching_microseconds": "814303", "encoding_microseconds": "940114", "total_microseconds": "3327768", "pt_bits_per_key": "3.445684", "mapper_bits_per_key": "0.741903", "bits_per_key": "4.187587", "nanosec_per_key": "79.852765"} -{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "675455", "mapping_ordering_microseconds": "933026", "searching_microseconds": "820442", "encoding_microseconds": "945703", "total_microseconds": "3374626", "pt_bits_per_key": "3.445684", "mapper_bits_per_key": "0.741903", "bits_per_key": "4.187587", "nanosec_per_key": "82.628215"} -{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-EF", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "650816", "mapping_ordering_microseconds": "922845", "searching_microseconds": "2228106", "encoding_microseconds": "304427", "total_microseconds": "4106194", "pt_bits_per_key": "2.210951", "mapper_bits_per_key": "0.097434", "bits_per_key": "2.308385", "nanosec_per_key": "87.075280"} -{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-EF", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "682345", "mapping_ordering_microseconds": "930970", "searching_microseconds": "2242485", "encoding_microseconds": "299371", "total_microseconds": "4155171", "pt_bits_per_key": "2.210951", "mapper_bits_per_key": "0.097434", "bits_per_key": "2.308385", "nanosec_per_key": "87.135929"} -{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-EF", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "655614", "mapping_ordering_microseconds": "922425", "searching_microseconds": "2224932", "encoding_microseconds": "313622", "total_microseconds": "4116593", "pt_bits_per_key": "2.210951", "mapper_bits_per_key": "0.097434", "bits_per_key": "2.308385", "nanosec_per_key": "89.106686"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "658029", "mapping_ordering_microseconds": "930258", "searching_microseconds": "1189568", "encoding_microseconds": "633832", "total_microseconds": "3411687", "pt_bits_per_key": "2.566346", "mapper_bits_per_key": "0.422149", "bits_per_key": "2.988495", "nanosec_per_key": "67.249460"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "673014", "mapping_ordering_microseconds": "937871", "searching_microseconds": "1196351", "encoding_microseconds": "654151", "total_microseconds": "3461387", "pt_bits_per_key": "2.566346", "mapper_bits_per_key": "0.422149", "bits_per_key": "2.988495", "nanosec_per_key": "66.351910"} -{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "649547", "mapping_ordering_microseconds": "926995", "searching_microseconds": "1185320", "encoding_microseconds": "644412", "total_microseconds": "3406274", "pt_bits_per_key": "2.566346", "mapper_bits_per_key": "0.422149", "bits_per_key": "2.988495", "nanosec_per_key": "63.531686"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11580632", "searching_microseconds": "22446248", "encoding_microseconds": "328420", "total_microseconds": "34355300", "pt_bits_per_key": "1.981437", "mapper_bits_per_key": "0.234229", "bits_per_key": "2.215665", "nanosec_per_key": "64.880447"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11596047", "searching_microseconds": "22932515", "encoding_microseconds": "325781", "total_microseconds": "34854343", "pt_bits_per_key": "1.981437", "mapper_bits_per_key": "0.234229", "bits_per_key": "2.215665", "nanosec_per_key": "64.925161"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11593550", "searching_microseconds": "22843177", "encoding_microseconds": "326160", "total_microseconds": "34762887", "pt_bits_per_key": "1.981437", "mapper_bits_per_key": "0.234229", "bits_per_key": "2.215665", "nanosec_per_key": "65.310640"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11594714", "searching_microseconds": "28581160", "encoding_microseconds": "65945", "total_microseconds": "40241819", "pt_bits_per_key": "3.160825", "mapper_bits_per_key": "0.092028", "bits_per_key": "3.252853", "nanosec_per_key": "44.256520"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11561305", "searching_microseconds": "26483394", "encoding_microseconds": "65964", "total_microseconds": "38110663", "pt_bits_per_key": "3.160825", "mapper_bits_per_key": "0.092028", "bits_per_key": "3.252853", "nanosec_per_key": "39.232678"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11567911", "searching_microseconds": "26717775", "encoding_microseconds": "65918", "total_microseconds": "38351604", "pt_bits_per_key": "3.160825", "mapper_bits_per_key": "0.092028", "bits_per_key": "3.252853", "nanosec_per_key": "38.790217"} +{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11579384", "searching_microseconds": "7996985", "encoding_microseconds": "946914", "total_microseconds": "20523283", "pt_bits_per_key": "3.311383", "mapper_bits_per_key": "0.735811", "bits_per_key": "4.047194", "nanosec_per_key": "55.921946"} +{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11567943", "searching_microseconds": "7950049", "encoding_microseconds": "943342", "total_microseconds": "20461334", "pt_bits_per_key": "3.311383", "mapper_bits_per_key": "0.735811", "bits_per_key": "4.047194", "nanosec_per_key": "54.936715"} +{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11555558", "searching_microseconds": "7661195", "encoding_microseconds": "943754", "total_microseconds": "20160507", "pt_bits_per_key": "3.311383", "mapper_bits_per_key": "0.735811", "bits_per_key": "4.047194", "nanosec_per_key": "54.933911"} +{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11577599", "searching_microseconds": "45295217", "encoding_microseconds": "127310", "total_microseconds": "57000126", "pt_bits_per_key": "2.097451", "mapper_bits_per_key": "0.092028", "bits_per_key": "2.189479", "nanosec_per_key": "68.268136"} +{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11575883", "searching_microseconds": "45138844", "encoding_microseconds": "127516", "total_microseconds": "56842243", "pt_bits_per_key": "2.097451", "mapper_bits_per_key": "0.092028", "bits_per_key": "2.189479", "nanosec_per_key": "67.327880"} +{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11538165", "searching_microseconds": "44864858", "encoding_microseconds": "127159", "total_microseconds": "56530182", "pt_bits_per_key": "2.097451", "mapper_bits_per_key": "0.092028", "bits_per_key": "2.189479", "nanosec_per_key": "67.363806"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11617254", "searching_microseconds": "19988092", "encoding_microseconds": "622006", "total_microseconds": "32227352", "pt_bits_per_key": "2.713273", "mapper_bits_per_key": "0.416239", "bits_per_key": "3.129512", "nanosec_per_key": "46.487913"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11560957", "searching_microseconds": "18676997", "encoding_microseconds": "620724", "total_microseconds": "30858678", "pt_bits_per_key": "2.713273", "mapper_bits_per_key": "0.416239", "bits_per_key": "3.129512", "nanosec_per_key": "46.060021"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "0", "num_partitions": "0", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "1", "external_memory": "false", "partitioning_microseconds": "0", "mapping_ordering_microseconds": "11571815", "searching_microseconds": "18899236", "encoding_microseconds": "619334", "total_microseconds": "31090385", "pt_bits_per_key": "2.713273", "mapper_bits_per_key": "0.416239", "bits_per_key": "3.129512", "nanosec_per_key": "46.173200"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "853293", "mapping_ordering_microseconds": "1556049", "searching_microseconds": "2235401", "encoding_microseconds": "72666", "total_microseconds": "4717409", "pt_bits_per_key": "1.981545", "mapper_bits_per_key": "0.234515", "bits_per_key": "2.216060", "nanosec_per_key": "70.392470"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "868455", "mapping_ordering_microseconds": "1545129", "searching_microseconds": "2195518", "encoding_microseconds": "69695", "total_microseconds": "4678797", "pt_bits_per_key": "1.981545", "mapper_bits_per_key": "0.234515", "bits_per_key": "2.216060", "nanosec_per_key": "71.147589"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "R-R", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "874032", "mapping_ordering_microseconds": "1562091", "searching_microseconds": "2205480", "encoding_microseconds": "73086", "total_microseconds": "4714689", "pt_bits_per_key": "1.981545", "mapper_bits_per_key": "0.234515", "bits_per_key": "2.216060", "nanosec_per_key": "72.269041"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "834068", "mapping_ordering_microseconds": "1548502", "searching_microseconds": "2498200", "encoding_microseconds": "25193", "total_microseconds": "4905963", "pt_bits_per_key": "3.168955", "mapper_bits_per_key": "0.092318", "bits_per_key": "3.261273", "nanosec_per_key": "43.434238"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "846729", "mapping_ordering_microseconds": "1554245", "searching_microseconds": "2505717", "encoding_microseconds": "26415", "total_microseconds": "4933106", "pt_bits_per_key": "3.168955", "mapper_bits_per_key": "0.092318", "bits_per_key": "3.261273", "nanosec_per_key": "41.843150"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "C-C", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "856972", "mapping_ordering_microseconds": "1549276", "searching_microseconds": "2508194", "encoding_microseconds": "24199", "total_microseconds": "4938641", "pt_bits_per_key": "3.168955", "mapper_bits_per_key": "0.092318", "bits_per_key": "3.261273", "nanosec_per_key": "42.834998"} +{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "862919", "mapping_ordering_microseconds": "1548347", "searching_microseconds": "1010109", "encoding_microseconds": "130677", "total_microseconds": "3552052", "pt_bits_per_key": "3.312245", "mapper_bits_per_key": "0.736096", "bits_per_key": "4.048341", "nanosec_per_key": "59.730900"} +{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "846134", "mapping_ordering_microseconds": "1566988", "searching_microseconds": "1006014", "encoding_microseconds": "131810", "total_microseconds": "3550946", "pt_bits_per_key": "3.312245", "mapper_bits_per_key": "0.736096", "bits_per_key": "4.048341", "nanosec_per_key": "58.870326"} +{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "852248", "mapping_ordering_microseconds": "1557041", "searching_microseconds": "1008031", "encoding_microseconds": "130496", "total_microseconds": "3547816", "pt_bits_per_key": "3.312245", "mapper_bits_per_key": "0.736096", "bits_per_key": "4.048341", "nanosec_per_key": "58.754342"} +{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "859438", "mapping_ordering_microseconds": "1540230", "searching_microseconds": "4026469", "encoding_microseconds": "39962", "total_microseconds": "6466099", "pt_bits_per_key": "2.097723", "mapper_bits_per_key": "0.092318", "bits_per_key": "2.190041", "nanosec_per_key": "70.960417"} +{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "844541", "mapping_ordering_microseconds": "1560281", "searching_microseconds": "3892848", "encoding_microseconds": "40647", "total_microseconds": "6338317", "pt_bits_per_key": "2.097723", "mapper_bits_per_key": "0.092318", "bits_per_key": "2.190041", "nanosec_per_key": "71.496010"} +{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "EF", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "845567", "mapping_ordering_microseconds": "1547303", "searching_microseconds": "3935263", "encoding_microseconds": "44386", "total_microseconds": "6372519", "pt_bits_per_key": "2.097723", "mapper_bits_per_key": "0.092318", "bits_per_key": "2.190041", "nanosec_per_key": "72.274896"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "850429", "mapping_ordering_microseconds": "1550181", "searching_microseconds": "1949830", "encoding_microseconds": "99645", "total_microseconds": "4450085", "pt_bits_per_key": "2.637436", "mapper_bits_per_key": "0.416525", "bits_per_key": "3.053961", "nanosec_per_key": "48.479498"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "849755", "mapping_ordering_microseconds": "1560727", "searching_microseconds": "1959473", "encoding_microseconds": "89095", "total_microseconds": "4459050", "pt_bits_per_key": "2.637436", "mapper_bits_per_key": "0.416525", "bits_per_key": "3.053961", "nanosec_per_key": "48.592010"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "D-D", "search_type": "XOR", "bucketer_type": "skew", "secondary_sort": "true", "avg_partition_size": "5000000", "num_partitions": "20", "dense_partitioning": "false", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "916676", "mapping_ordering_microseconds": "1556216", "searching_microseconds": "1936663", "encoding_microseconds": "88827", "total_microseconds": "4498382", "pt_bits_per_key": "2.637436", "mapper_bits_per_key": "0.416525", "bits_per_key": "3.053961", "nanosec_per_key": "48.587166"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "inter-R", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "689703", "mapping_ordering_microseconds": "926400", "searching_microseconds": "1365619", "encoding_microseconds": "251294", "total_microseconds": "3233016", "pt_bits_per_key": "2.109086", "mapper_bits_per_key": "0.239470", "bits_per_key": "2.348555", "nanosec_per_key": "85.346218"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "inter-R", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "650372", "mapping_ordering_microseconds": "927556", "searching_microseconds": "1362631", "encoding_microseconds": "247676", "total_microseconds": "3188235", "pt_bits_per_key": "2.109086", "mapper_bits_per_key": "0.239470", "bits_per_key": "2.348555", "nanosec_per_key": "83.585466"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.970000", "minimal": "true", "encoder_type": "inter-R", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "675426", "mapping_ordering_microseconds": "924677", "searching_microseconds": "1386500", "encoding_microseconds": "255210", "total_microseconds": "3241813", "pt_bits_per_key": "2.109086", "mapper_bits_per_key": "0.239470", "bits_per_key": "2.348555", "nanosec_per_key": "84.097633"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-C", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "720682", "mapping_ordering_microseconds": "921898", "searching_microseconds": "1630876", "encoding_microseconds": "158949", "total_microseconds": "3432405", "pt_bits_per_key": "3.248598", "mapper_bits_per_key": "0.097435", "bits_per_key": "3.346033", "nanosec_per_key": "55.196764"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-C", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "667728", "mapping_ordering_microseconds": "926736", "searching_microseconds": "1630286", "encoding_microseconds": "152392", "total_microseconds": "3377142", "pt_bits_per_key": "3.248598", "mapper_bits_per_key": "0.097435", "bits_per_key": "3.346033", "nanosec_per_key": "56.052506"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-C", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "669121", "mapping_ordering_microseconds": "923663", "searching_microseconds": "1629148", "encoding_microseconds": "175781", "total_microseconds": "3397713", "pt_bits_per_key": "3.248598", "mapper_bits_per_key": "0.097435", "bits_per_key": "3.346033", "nanosec_per_key": "55.544048"} +{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "751238", "mapping_ordering_microseconds": "956218", "searching_microseconds": "870640", "encoding_microseconds": "976150", "total_microseconds": "3554246", "pt_bits_per_key": "3.445684", "mapper_bits_per_key": "0.741903", "bits_per_key": "4.187587", "nanosec_per_key": "81.966557"} +{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "655621", "mapping_ordering_microseconds": "929997", "searching_microseconds": "822494", "encoding_microseconds": "968561", "total_microseconds": "3376673", "pt_bits_per_key": "3.445684", "mapper_bits_per_key": "0.741903", "bits_per_key": "4.187587", "nanosec_per_key": "81.724527"} +{"n": "100000000", "lambda": "2.415950", "alpha": "0.880000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "680886", "mapping_ordering_microseconds": "931146", "searching_microseconds": "817769", "encoding_microseconds": "976301", "total_microseconds": "3406102", "pt_bits_per_key": "3.445684", "mapper_bits_per_key": "0.741903", "bits_per_key": "4.187587", "nanosec_per_key": "82.798487"} +{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-EF", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "670877", "mapping_ordering_microseconds": "921348", "searching_microseconds": "2231898", "encoding_microseconds": "305205", "total_microseconds": "4129328", "pt_bits_per_key": "2.144019", "mapper_bits_per_key": "0.097434", "bits_per_key": "2.241453", "nanosec_per_key": "87.665913"} +{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-EF", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "722250", "mapping_ordering_microseconds": "920602", "searching_microseconds": "2227998", "encoding_microseconds": "300819", "total_microseconds": "4171669", "pt_bits_per_key": "2.144019", "mapper_bits_per_key": "0.097434", "bits_per_key": "2.241453", "nanosec_per_key": "85.340087"} +{"n": "100000000", "lambda": "4.429240", "alpha": "0.990000", "minimal": "true", "encoder_type": "inter-EF", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "688942", "mapping_ordering_microseconds": "922059", "searching_microseconds": "2223629", "encoding_microseconds": "304890", "total_microseconds": "4139520", "pt_bits_per_key": "2.144019", "mapper_bits_per_key": "0.097434", "bits_per_key": "2.241453", "nanosec_per_key": "85.846451"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "653211", "mapping_ordering_microseconds": "927748", "searching_microseconds": "1186513", "encoding_microseconds": "634812", "total_microseconds": "3402284", "pt_bits_per_key": "2.566346", "mapper_bits_per_key": "0.422149", "bits_per_key": "2.988495", "nanosec_per_key": "66.874669"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "691658", "mapping_ordering_microseconds": "927874", "searching_microseconds": "1182798", "encoding_microseconds": "650849", "total_microseconds": "3453179", "pt_bits_per_key": "2.566346", "mapper_bits_per_key": "0.422149", "bits_per_key": "2.988495", "nanosec_per_key": "63.505409"} +{"n": "100000000", "lambda": "3.796490", "alpha": "0.940000", "minimal": "true", "encoder_type": "inter-D", "search_type": "ADD", "bucketer_type": "opt", "secondary_sort": "true", "avg_partition_size": "3000", "num_partitions": "33334", "dense_partitioning": "true", "seed": "1234567890", "num_threads": "8", "external_memory": "false", "partitioning_microseconds": "667419", "mapping_ordering_microseconds": "944934", "searching_microseconds": "1214717", "encoding_microseconds": "641646", "total_microseconds": "3468716", "pt_bits_per_key": "2.566346", "mapper_bits_per_key": "0.422149", "bits_per_key": "2.988495", "nanosec_per_key": "66.172199"}