Skip to content

Commit 600e0c4

Browse files
committed
link: Benchmark source code and numbers
Signed-off-by: Josh Soref <[email protected]>
1 parent 6421b20 commit 600e0c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

blog/_posts/2018-02-09-collections-performance.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ operations execution compared to the old `Vector`, for various number of element
113113
The blue line shows the old `Vector`,
114114
the red line shows the new `Vector` if it used only view based
115115
implementations, and the yellow line shows the actual new `Vector`
116-
(with strict optimized implementations). Benchmark source code and numbers can be found
117-
[here](https://gist.github.com/julienrf/f1cb2b062cd9783a35e2f35778959c76).
116+
(with strict optimized implementations). See [Benchmark source code and numbers](https://gist.github.com/julienrf/f1cb2b062cd9783a35e2f35778959c76).
118117

119118
Since operation implementations end up being the same, why do we get better performance
120119
at all? Well, these numbers are specific to `Vector` and the tested operations, they

0 commit comments

Comments
 (0)