File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -159,13 +159,11 @@ different metrics:
159
159
160
160
The performance data (shown in the plot below) can be collected by building the
161
161
benchmarks suite and running `./builddir/benchexe --benchmark_filter==*obj*`.
162
- The data plot shown below was collected on a processor with AVX-512 because
163
- `object_qsort` is currently accelerated only on AVX-512 (we plan to add the
164
- AVX2 version soon). For the simplest of cases where we want to sort an array of
165
- struct by one of its members, `object_qsort` can be up-to 5x faster for 32-bit
166
- data type and about 4x for 64-bit data type. It tends to do even better when
167
- the metric to sort by gets more complicated. Sorting by Euclidean distance can
168
- be up-to 10x faster.
162
+ The data plot shown below was collected on a processor with AVX-512. For the
163
+ simplest of cases where we want to sort an array of struct by one of its
164
+ members, `object_qsort` can be up-to 5x faster for 32-bit data type and about
165
+ 4x for 64-bit data type. It tends to do even better when the metric to sort by
166
+ gets more complicated. Sorting by Euclidean distance can be up-to 10x faster.
169
167
170
168

171
169
You can’t perform that action at this time.
0 commit comments