Viewing profile — xcvb
xcvb
HN member- Joined
- Sat, Jul 08, 2023, 11:33 PM UTC
- HN karma
- 11
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About xcvb
No profile information was provided.
Recent public activity
-
comment
Comment #37542595
I only had a quick look at the code, but it looks like it's timing memory allocation. For example the sprintf part uses std::string str(100, '\0'). I'm not a C++ expert, but I beli…
-
comment
Comment #36649868
Looking at the code, it seems like it expects a string of the form "dddddddd?dddddd" where the '?' is any ascii character, and the code assumes the rest of the characters are ascii…