Mercurial > hg-stable
diff mercurial/match.py @ 22799:bafa371d7af3
addset: drop caching through generatorset
The utility of this cache is debatable (no visible benchmark impact) and using
generatorset for such purpose makes the code complicated.
We drop it for now. Someone can reintroduce a smart version of it in the future
if it is detected to be relevant.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 03 Oct 2014 20:23:02 -0700 |
parents | bbb2f8b0459e |
children | 88d2d77eb981 |