~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: John Arbash Meinel
  • Date: 2008-12-11 02:18:59 UTC
  • mto: This revision was merged to the branch mainline in revision 3895.
  • Revision ID: john@arbash-meinel.com-20081211021859-3ds8cwdqiq387t83
A Pyrex extension is about 5x faster than the fastest python code I could write.

Seems worth having after all.

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
 
259
259
 
260
260
add_pyrex_extension('bzrlib._btree_serializer_c')
 
261
add_pyrex_extension('bzrlib._chunks_to_lines_pyx')
261
262
add_pyrex_extension('bzrlib._knit_load_data_c')
262
263
if sys.platform == 'win32':
263
264
    add_pyrex_extension('bzrlib._dirstate_helpers_c',