google-research / arxiv-latex-cleaner

arXiv LaTeX Cleaner: Easily clean the LaTeX code of your paper to submit to arXiv
Apache License 2.0
5.04k stars 318 forks source link

Implement performance fix from @mseitzer in #70 #72

Closed mmore500 closed 1 year ago

mmore500 commented 1 year ago

Tested on my own 5,050 file project and cleaning time went down from more than several minutes to only a couple seconds.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

mmore500 commented 1 year ago

Looks like unit tests don't run as CI (?) but I ran them locally and they passed

mmore500 commented 1 year ago

Closes #70.