Viewing profile — naertcxx
naertcxx
HN member- Joined
- Tue, Jul 02, 2024, 9:31 AM UTC
- HN karma
- 10
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About naertcxx
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…