NanoLog | extremely performant nanosecond scale logging system
kandi X-RAY | NanoLog Summary
kandi X-RAY | NanoLog Summary
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API and achieves over 80 million logs/second at a median latency of just over 7 nanoseconds. How it achieves this insane performance is by extracting static log information at compile-time, only logging the dynamic components in runtime hotpath, and deferring formatting to an offline process. This basically shifts work out of the runtime and into the compilation and post-execution phases. For more information about the techniques used in this logging system, please refer to either the NanoLog Paper published in the 2018 USENIX Annual Technical Conference or the original author's doctoral thesis.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of NanoLog
NanoLog Key Features
NanoLog Examples and Code Snippets
Community Discussions
Trending Discussions on NanoLog
QUESTION
I'm looking for a way to show a git log, ordered by commits, showing their dates, and also, showing only commits which have tags.
Our webhost has an automated deploy system, and when a particular commit is pushed to production, it gets a certain tag on it. I am troubleshooting an issue, and I want to look at only those commits that have been on production.
I was able to make a git alias, which I call nanolog
, like this:
ANSWER
Answered 2019-Jul-08 at 17:44Let's start from a simple --oneline
output on a mock repo and only last three commits
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install NanoLog
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page