[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

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 vsapr...@gmail.com 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

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 rmath...@gmail.com wrote: On Mon, Feb 21, 2011 at 15:16, Vishal vsapr...@gmail.com 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

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 vsapr...@gmail.com 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 ;) ___

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 vsapr...@gmail.com wrote: On Mon, Feb 21, 2011 at 3:36 PM, Roshan Mathews rmath...@gmail.comwrote: On Mon, Feb 21, 2011 at 15:16, Vishal vsapr...@gmail.com wrote: But the bottleneck is the stellar string python functionality that Python provides,

[BangPypers] [OT] Jed-i Engineering challenge

2011-02-21 Thread Abhishek Mishra
Since we have a considerable % of students here, just wish to share an interesting project challenge open till March 15, '11 - http://www.jed-i.in/challenge Abhishek ___ BangPypers mailing list BangPypers@python.org