On Mon, Feb 21, 2011 at 3:42 PM, Vishal wrote:
>
>
> On Mon, Feb 21, 2011 at 3:36 PM, Roshan Mathews wrote:
>
>> On Mon, Feb 21, 2011 at 15:16, Vishal wrote:
>> > But the bottleneck is the stellar string python
>> > functionality that Python provides, and is not available in the string.h
>> > fr
On Mon, Feb 21, 2011 at 3:42 PM, Vishal wrote:
> by the way, has anyone used the Boost String algorithms library with
> Cython?
>
>
I used it almost 3 years back - python and C++ bindings are pretty good.
Works for most of the time ;)
___
BangPypers mai
On Mon, Feb 21, 2011 at 3:36 PM, Roshan Mathews wrote:
> On Mon, Feb 21, 2011 at 15:16, Vishal wrote:
> > But the bottleneck is the stellar string python
> > functionality that Python provides, and is not available in the string.h
> > from C library.
>
> What sort of functionality?
>
> --
> http
On Mon, Feb 21, 2011 at 15:16, Vishal wrote:
> But the bottleneck is the stellar string python
> functionality that Python provides, and is not available in the string.h
> from C library.
What sort of functionality?
--
http://about.me/rosh
___
BangPyp
Hello,
I would like to get a pointer to a stable FOSS String library in C/C++ that
has the same (close enough) functionality that Python provides for strings.
I would like to speed up some of my apps, which do string heavy lifting in
Python, using Cython. But the bottleneck is the stellar string