Mercurial > hg
diff rust/README.rst @ 46229:52abb1af2995
engine: prevent a function call for each store file
Python function calls are not cheap. Instead of calling the function once for
each file in store, we use a dedicated function which filters and yields the
required files.
Differential Revision: https://phab.mercurial-scm.org/D9673
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 31 Dec 2020 14:28:00 +0530 |
parents | ec14c37958ec |
children | 4ee6b8b40787 |