Live data from Hacker News

Viewing profile — cdmh

cdmh

HN member
Joined
Mon, Aug 20, 2012, 12:00 PM UTC
HN karma
82
Public activity
32 items

About cdmh

technologist, software systems architect, C++ enthusiast. Creator of @smartafeed real-time social media and web data processing platform. http://smartafeed.com

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. comment
    Comment #6490683

    Documentation is at http://www.boost.org/users/history/version_1_55_0.html

  7. story
  8. story
  9. story
  10. comment
    Comment #6424149

    21.4.1 p6 states invalidation of iterators/references is only allowed for — as an argument to any standard library function taking a reference to non-const basic_string as an argum…

  11. comment
    Comment #6423828

    The class is movable already. Reference counting will allow a copy constructor or copy assignment to avoid copying the string object, just increase the reference count.

  12. comment
    Comment #6423766

    COW is prohibited in C++11 Standard implementations of std::basic_string

  13. comment
    Comment #6423534

    That is accurate. The object reference by immutable msg is hello_world which is mutable. If the value of hello_world changes, then the value of msg changes too. In the simple examp…

  14. comment
    Comment #6423477

    Hi Alex, you say I "claim[s] that objects accessed via reference to const can modify themselves". Which paragraph are you referring to? It don't see that? I'm happy to update the a…

  15. comment
    Comment #6423405

    I'm toying with implementing O(1) copies by using a reference counted pointer to basic_string instead of storing it by value within the class. It would mean a small memory overhead…

  16. comment
    Comment #6423359

    I had a problem with the traffic volumes! It's back now, and stable. I don't mention Java ;)

  17. comment
  18. story
  19. story
  20. story
  21. story
  22. story
  23. story
  24. story
  25. story