Viewing profile — dreiss
dreiss
HN member- Joined
- Sun, Jun 03, 2012, 3:51 PM UTC
- HN karma
- 7
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About dreiss
No profile information was provided.
Recent public activity
-
comment
Comment #4061076
- It adjusts its growth strategy to work well with the properties of the allocator. - It requires that its members be relocatable and uses memmove to speed up move operations.
-
comment
Comment #4061070
If your object is in a vector, it's already possible for the vector to move the object without updating any pointers to it. The only question is whether it is safe for the vector t…