Live data from Hacker News

Viewing profile — RafaGC

RafaGC

HN member
Joined
Thu, Jan 17, 2019, 4:34 PM UTC
HN karma
48
Public activity
10 items

About RafaGC

No profile information was provided.

Recent public activity

  1. 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.

  2. 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 …

  3. comment
    Comment #20857035

    As comments can't be edited: there are two nanolog projects on github. They may not be the same one.

  4. 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…

  5. 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.

  6. comment
  7. comment
    Comment #18958482

    On which machine?

  8. comment
    Comment #18958466

    Oh, I wasn't aware of that.

  9. comment
    Comment #18958463

    Thank you. It's a shame that I can't edit the original post.

  10. 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…