Giter Club home page Giter Club logo

Comments (3)

Answeror avatar Answeror commented on July 21, 2024

Actually, all of my C++ projects depends on boost.

As far as I know, boost is the best documented C++ library and easy to
build. Mlog depends on boost system and filesystem, you can build these two
libs within 2 minutes. And the header only boost is lightweight,
I think.

By the way, boost 1.54.0 provide a logging library officially :)

I agree the dependencies should be mentioned in README.

On Thu, Oct 10, 2013 at 5:29 PM, leonpierre [email protected]:

You forgot to mention that this library based on boost and boost is not
lightweight! Correct me if I'm wrong!?

thx


Reply to this email directly or view it on GitHubhttps://github.com//issues/7
.

from mlog.

 avatar commented on July 21, 2024

It's also worth mentioning that there is a library based on boost::filesystem in the workds for C++14/17 (which can already be found in Microsoft's WinRT), and I believe that as of C++11, boost::system maps to std::errc. So it seems possible in the future that these library dependencies will only be needed for backwards compatibility.

I for one will say that I prefer mlog over boost::log because it is much, much lighter (and we already use boost as well).

from mlog.

zschoche avatar zschoche commented on July 21, 2024

In my opinion, boost is always part of the game in modern c++. Anyway, the dependence exists and I see no way to remove it in a smart way at the moment. I will add comments in the README.md.

By the way: boost::log is very very slow. That was one of my reasons to start this library. I'll try to find time for a blog post about that.

from mlog.

Related Issues (8)

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.