Viewing profile — RyanJK5
RyanJK5
HN member- Joined
- Sun, May 17, 2026, 1:26 AM UTC
- HN karma
- 84
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About RyanJK5
No profile information was provided.
Recent public activity
-
comment
Comment #48908164
No problem! Hope you enjoy :)
-
comment
Comment #48907651
Yes. duck takes ownership of the vector by moving it into its internal storage. As a bonus, if you tried passing in an lvalue, it will reject the input unless you add the "copyable…
-
comment
Comment #48907626
I don't have any numbers, but it is pretty slow. You can try making some edits in Compiler Explorer to see for yourself (though that of course has some impact from network requests…
-
comment
Comment #48906313
This library tries its best to mitigate that, catching common errors and whatnot, but it can definitely still happen. C++ doesn't have full token injection yet, so it avoids some o…
-
comment
Comment #48906166
Beauty in C++ may be most similar to lipstick on a pig, but we try our best.
- comment
- comment
-
story
Show HN: Beautiful Type Erasure with C++26 Reflection
Try it on Compiler Explorer: https://godbolt.org/z/91dj5jeGW Check out the source code: https://github.com/RyanJK5/rjk-duck
- story