Live data from Hacker News

Viewing profile — dreiss

dreiss

HN member
Joined
Sun, Jun 03, 2012, 3:51 PM UTC
HN karma
7
Public activity
2 items

About dreiss

No profile information was provided.

Recent public activity

  1. 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.

  2. 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…