We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b467952 commit ef55c91Copy full SHA for ef55c91
_posts/2026-01-18-Joaquins2025Q4Update.md
@@ -75,7 +75,7 @@ Results follow:
75
### Proof of concept of a semistable vector
76
77
By "semistable vector" I mean that pointers to the elements may be invalidated
78
-upon isertion and erasure (just like a regular `std::vector`) but iterators
+upon insertion and erasure (just like a regular `std::vector`) but iterators
79
to non-erased elements remain valid throughout.
80
I've written a small [proof of concept](https://github.com/joaquintides/semistable_vector/)
81
of this idea and measured its performance against non-stable `std::vector` and fully
0 commit comments