~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: John Arbash Meinel
  • Date: 2009-06-10 19:56:16 UTC
  • mto: (4371.4.5 vila-better-heads)
  • mto: This revision was merged to the branch mainline in revision 4449.
  • Revision ID: john@arbash-meinel.com-20090610195616-alggpr46n0bmjjhf
Get an initial pyrex implementation.

Initial results show it to actually be slightly slower than pure python.

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
add_pyrex_extension('bzrlib._groupcompress_pyx',
267
267
                    extra_source=['bzrlib/diff-delta.c'])
268
268
add_pyrex_extension('bzrlib._knit_load_data_c')
 
269
add_pyrex_extension('bzrlib._known_graph_pyx')
269
270
add_pyrex_extension('bzrlib._rio_pyx')
270
271
if sys.platform == 'win32':
271
272
    add_pyrex_extension('bzrlib._dirstate_helpers_c',