Giter Site home page Giter Site logo

Comments (1)

mpenning avatar mpenning commented on May 14, 2024

I only see around an 18-fold difference vs the reported 30-fold difference, but I can improve the speed in find_blocks() pretty easily.

This compares 0.9.24 (where you filed Github Issue #1... I'll call it an enhancement request), with the find_blocks() changes in 0.9.25 (which has the performance enhancement)

(py27_test)[mpenning@tsunami ciscoconfparse]$ ## With 0.9.24
(py27_test)[mpenning@tsunami ciscoconfparse]$ time python strange_config.py 

real    0m15.892s
user    0m15.833s   <-------
sys 0m0.016s
(py27_test)[mpenning@tsunami ciscoconfparse]$ ## With 0.9.25
(py27_test)[mpenning@tsunami ciscoconfparse]$ vi ciscoconfparse.py
(py27_test)[mpenning@tsunami ciscoconfparse]$ time python strange_config.py 

real    0m0.889s
user    0m0.880s   <-------
sys 0m0.004s
(py27_test)[mpenning@tsunami ciscoconfparse]$
(py27_test)[mpenning@tsunami ciscoconfparse]$ python -V
Python 2.7.3
(py27_test)[mpenning@tsunami ciscoconfparse]$

from ciscoconfparse.

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.