ccollins476ad opened a new pull request #406: URL: https://github.com/apache/mynewt-newt/pull/406
This isn't a huge speedup, but it's something. Example: #### Before ``` [ccollins@ccollins:~/repos/juul-steam]$ time newt info Apache Newt 1.9.0-dev / unknown / unknown <...> real 0m1.103s user 0m0.539s sys 0m0.696s ``` #### After ``` [ccollins@ccollins:~/repos/myproj]$ time newt info Apache Newt 1.9.0-dev / unknown / unknown <...> real 0m0.529s user 0m0.403s sys 0m0.651s ``` My plan was to make `newt upgrade` run in parallel, but that didn't make a meaningful difference. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
