Live data from Hacker News

Viewing profile — naertcxx

naertcxx

HN member
Joined
Tue, Jul 02, 2024, 9:31 AM UTC
HN karma
10
Public activity
3 items

About naertcxx

No profile information was provided.

Recent public activity

  1. comment
    Comment #40854980

    For algorithms like the ones in CLRS, which are explicitly written and proven with pointers in mind, definitely. As I wrote, the stdlib++ agrees. Read that code and reevaluate your…

  2. comment
    Comment #40854963

    I agree with this. Python is now more complex than C++. Python looks as if it is simple, because the syntax looks clean. If you read the new "compilers" [1] in packages like PyTorc…

  3. comment
    Comment #40854925

    I think the focus on smart pointers is a huge mistake. Code bases using shared_ptr inevitably will have cycles and memory leaks, and no one understands the graphs any more. Tree al…