|
|
|
|
|
by hiAndrewQuinn
967 days ago
|
|
Did you run into any huge roadblocks when you were trying to port the C++ codebase? I've really been digging `lnav` for the last few days - it gives me a sizeable fraction of Datadog's power in my tiny new embedded world. |
|
Otherwise, I had wanted to do some rearchitecting to do log parsing in background threads since it's largely sync in the C++ version. Doing that in rust was great since the borrow-checker guided me down a sane path.
[1] - https://lnav.org/2022/08/04/pretty-errors.html