[issue46148] Optimize pathlib

Kumar Aditya report at bugs.python.org
Wed Dec 22 06:43:16 EST 2021


Kumar Aditya <rahuladitya303 at gmail.com> added the comment:

Optimizations include:

- Remove redundant check for functools lru_cache
- Replace attrgetter as it is slower than direct access

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46148>
_______________________________________


More information about the Python-bugs-list mailing list