Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Pickle as binary sources cache. #222

Merged
merged 1 commit into from
Feb 20, 2013

Commits on Feb 13, 2013

  1. Use Pickle as binary sources cache.

    The cPickle serialization module is almost eight times
    as fast as the generic YAML loader, and still almost
    twice as fast as the optimized CLoader.
    
    You have to run 'rosdep update' to rebuild the cache
    in the binary format. If no binary cache files are
    found, the code falls back to the old YAML
    serialization.
    roehling committed Feb 13, 2013
    Configuration menu
    Copy the full SHA
    b0aaeb0 View commit details
    Browse the repository at this point in the history