Giter Club home page Giter Club logo

jiangyizuo / zilog Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 96 KB

zilog: Zero Impact Log, it allows your program to drop low priority logs to ensure a required capacity when CPUs are busy, it also provides a much higher log capacity than other log libraries, because, It is a high performance, asynchronized, thread-safe (uses atomic API to synchronize) log library for C/C++, it directly dumps argument list rather than printing formatted string. Currently, it supports 64bit Linux only, for C++ it doesn't support "<<" operation, only supports printf arguments format.

Makefile 17.94% C 77.39% C++ 4.67%
log efficient-logging asynchronous thread-safety

zilog's People

Contributors

jiangyizuo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

zilog's Issues

The packed log message needs a unpacker.

e.g.

ZILOG("This is an example. arguments : %d, %c, %s\n", 1, 'a', "string");
meta-data [][][][] [] [][][][][][][]
[meta-data] [0x00000001] [a] [string\0]
-->
var_list args;
va_start(args, ??); //hack method to get pointer args.
args->fp_offset = ?
args->gp_offset = ?
args->reg_save_area = ?
args->overflow_arg_area = ?
...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.