Re: [BangPypers] FOSS String library in C/C++ that matches Python string functions...

2011-02-21 Thread Vishal
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

Re: [BangPypers] FOSS String library in C/C++ that matches Python string functions...

2011-02-21 Thread Venkatraman S
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

Re: [BangPypers] FOSS String library in C/C++ that matches Python string functions...

2011-02-21 Thread Vishal
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

Re: [BangPypers] FOSS String library in C/C++ that matches Python string functions...

2011-02-21 Thread Roshan Mathews
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

[BangPypers] FOSS String library in C/C++ that matches Python string functions...

2011-02-21 Thread Vishal
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