You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -139,7 +139,7 @@ You can run the benchmarks yourself, they are located in `tests/speed_benchmark.
139
139
140
140
Detail of the benchmarks:
141
141
- Create owner empty: default-construct an owner pointer (to nullptr).
142
-
- Create owner: construct an owner pointer by taking ownership of an object (for `oup::observer_sealed_ptr`, this is using `oup::make_observable_sealed()`).
142
+
- Create owner: construct an owner pointer by taking ownership of an existing object.
143
143
- Create owner factory: construct an owner pointer using `std::make_*` or `oup::make_*` factory functions.
144
144
- Dereference owner: get a reference to the underlying owned object from an owner pointer.
145
145
- Create observer empty: default-construct an observer pointer (to nullptr).
0 commit comments