Viewing profile — RafaGC
RafaGC
HN member- Joined
- Thu, Jan 17, 2019, 4:34 PM UTC
- HN karma
- 48
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About RafaGC
No profile information was provided.
Recent public activity
-
comment
Comment #31272834
For me the biggest potential issue seems grepping probably. I guess that some other tool than ag, grep, etc has to be used for searching.
-
comment
Comment #20864106
Both projects are a different C++ logger implementations. The first commit of both repositories is unrelated. If I wanted to benchmark both name clashes are likely to happen. This …
-
comment
Comment #20857035
As comments can't be edited: there are two nanolog projects on github. They may not be the same one.
-
comment
Comment #20857026
On my logger the thread queue was(is) node based, so it was just a matter of making a bigger contiguous allocation and placing things there contiguously, the log entry and the data…
-
comment
Comment #20857018
Is this a new incarnation of this project? https://github.com/Iyengar111/NanoLog Otherwise it seems that the name is already taken.
- comment
-
comment
Comment #18958482
On which machine?
-
comment
Comment #18958466
Oh, I wasn't aware of that.
-
comment
Comment #18958463
Thank you. It's a shame that I can't edit the original post.
-
story
Show HN: Nanosecond C message logger
Hello, Some time ago I did a data logger for fun, just to check if I could beat the performance of an old C++ project of mine (mini-async-log) and to avoid letting my multithreadin…