sapling/mercurial/pure
Maciej Fijalkowski f3ac5246cf pure: write a really lazy version of pure indexObject
On PyPy this version performs reasonably well compared to C version.
Example command is "hg id" which gets faster, depending on details
of your operating system and hard drive (it's bottlenecked on stat mostly)
There is potential for improvements by storing extra as a condensed struct too.
2016-04-24 14:21:38 +03:00
..
__init__.py pure: quiesce build warnings 2012-04-16 08:50:40 -07:00
base85.py base85: use absolute_import 2015-12-12 13:33:47 -05:00
bdiff.py bdiff: (pure) support array.array arrays (issue5130) 2016-03-08 17:26:12 +00:00
diffhelpers.py diffhelpers: use absolute_import 2015-12-12 13:35:41 -05:00
mpatch.py pycompat: switch to util.stringio for py3 compat 2016-04-10 20:55:37 +00:00
osutil.py osutil: do not abort loading pure module just because libc has no recvmsg() 2016-02-03 22:47:27 +09:00
parsers.py pure: write a really lazy version of pure indexObject 2016-04-24 14:21:38 +03:00