Live data from Hacker News

Viewing profile — zl4000

zl4000

HN member
Joined
Wed, Nov 26, 2014, 2:35 PM UTC
HN karma
9
Public activity
6 items

About zl4000

No profile information was provided.

Recent public activity

  1. comment
    Comment #8704975

    > Beats the heck out of taking an unexpected GC call somewhere later when you weren't expeccting it. How is that an issue with c++ `std::string`

  2. comment
    Comment #8704972

    Definitely, and where `std::string`'s interface is not enough, use thrid party libs which work on std::strings, like boost string algoriths, std regex, or uftcpp.

  3. comment
    Comment #8704965

    No that's BS. `std::string` should be used where ever it is applicable. The whole issue that this post about chrome was talking about was dealing with a poor usage of `std::string`…

  4. comment
    Comment #8704949

    Copy on write is not at all helpful in a language like C++ where concurrency can be concerned.

  5. comment
    Comment #8693189

    Yeah, I can't believe this crap has become de-facto web design.

  6. comment
    Comment #8662441

    I used it for testing Spare Matrix kernels I wrote for my Uni thesis. However, god knows why this site is considered news worthy. I mean it's the same as it was yesterday, and the …