Code Monkey home page Code Monkey logo

Comments (2)

dascandy avatar dascandy commented on July 18, 2024

Positive points:

  • Works on Linux and MacOS as well as on Windows
  • Very fast. Do you have some speed information? cpp-dependencies runs on Chromium on a 3-year old i7 laptop in 5.5 seconds (after pre-caching the source code).
  • Directed query commands (as it is aimed at very large projects)
  • Many different forms of outliers - unused headers, unused components, highly-dependent components, large source files...
  • Command-line interface allowing for multiple queries with a single analysis (for reducing CI integration time-to-run)
  • More information extracted from links; you can ask for a direct include-path from one component to another and see the shortest path from A to Z with all includes causing that path to exist.

Negative points:

  • No tight MSVC integration.
  • No interactive graph link - in fact, viewing graphs is entirely not part of the software itself. It only does the analysis.
  • No CSV output. I'm not sure what it's good for from my point of view, but it's not here.
  • No HTML output.
  • No Doxygen output.

The tool is currently set up to be used from a script or from a command-line, and is typically used on very large code bases so having a flat output of everything into a single file is not very useful. As you say in your documentation as well, "for a large project it is possible for this to overwhelm Doxygen".

from cpp-dependencies.

zebmason avatar zebmason commented on July 18, 2024

Peter

Sorry that I wasn't clearer, I thought that my analysis might be complementary to yours. My code is fast enough for my problems, i.e. it is slow as I've observed whilst running it on the Bloomberg Development Environment - that conversation has some links to example output. So eventually I might get around to performance improvements but nobody has actually asked me for them yet.

When I get the opportunity I was going to compile your code and have a play and see what ideas I might copy. So thought it would only be polite to let you know of my solution.

from cpp-dependencies.

Related Issues (20)

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.