Re: [Zope-dev] Using Pyrex (with BTrees)?

2005-05-02 Thread Martijn Faassen
Andreas Jung wrote: Has anyone tried to use Pyrex with BTree datastructures? I tried to use Pyrex to optimize a bottleneck in TextIndexNG3 where an iteration over a list of word ids (and insertion into an IOBTree) takes very long. Unfortunately the C extension produced by Pyrex behaves

[Zope-dev] Using Pyrex (with BTrees)?

2005-04-30 Thread Andreas Jung
Has anyone tried to use Pyrex with BTree datastructures? I tried to use Pyrex to optimize a bottleneck in TextIndexNG3 where an iteration over a list of word ids (and insertion into an IOBTree) takes very long. Unfortunately the C extension produced by Pyrex behaves differently from the original