~sylvain-pineau/plainbox:speed_optim

Last commit made on 2017-06-26
Get this branch:
git clone -b speed_optim https://git.launchpad.net/~sylvain-pineau/plainbox
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
speed_optim
Repository:
lp:~sylvain-pineau/plainbox

Recent commits

8b04f4f... by Sylvain Pineau

Add various cache based decorators to unit properties and methods

@lru_cache(maxsize=None) # for classes
@instance_method_lru_cache(maxsize=None) # for instance methods
@cached_property for # for instance properties

9dd9391... by Sylvain Pineau

xscanners: Comment all _logger.debug calls to improve performance

640667b... by Sylvain Pineau

decorators: Add two new decorators to cache object properties and methods

8dd630c... by Chris Wayne

Undo accidental change

3caeedd... by Chris Wayne

Collapse categories by default in xls report

b135a02... by Sylvain Pineau

Add the fail-on-resource job flag

This flags makes plainbox fail the job if one of the resource requirements
evaluates to False (the default being to skip the job with outcome
unsupported).

2b116c3... by PMR <pmr@pmr-lander>

Merge #324419 from plainbox:release

Release_2017_Week21

3eb4b1d... by Sylvain Pineau

increment version to v0.36.0.dev0

e7fbd49... by Sylvain Pineau

Bump to v0.35.0

c11e3f7... by PMR <pmr@pmr-lander>

Merge #324265 from ~sylvain-pineau/plainbox:tar_folders