lebrice / SimpleParsing

Simple, Elegant, Typed Argument Parsing with argparse
MIT License
384 stars 46 forks source link

Add cached_inspect_getsource to improve performance #255

Closed zhiruiluo closed 10 months ago

zhiruiluo commented 1 year ago

Fix #249 and #252.

zhiruiluo commented 1 year ago

Reducing more than half of cumulative running time as discussed in https://github.com/lebrice/SimpleParsing/issues/249#issuecomment-1527015059

anivegesana commented 10 months ago

@lebrice I think you took care of this in #279.

lebrice commented 10 months ago

True @anivegesana , thanks!