Re: [pypy-dev] fastjson module

2013-06-05 Thread Maciej Fijalkowski
On Wed, Jun 5, 2013 at 4:58 PM, Antonio Cuni wrote: > Hi, > > > On 06/05/2013 07:26 AM, Maciej Fijalkowski wrote: >> >> Hi anto >> >> if this is for speeding up json, call the module _json, as CPython >> does (I don't care if the API is similar or not, as long as it's used >> by json lib) > > > >

Re: [pypy-dev] fastjson module

2013-06-05 Thread Antonio Cuni
Hi, On 06/05/2013 07:26 AM, Maciej Fijalkowski wrote: Hi anto if this is for speeding up json, call the module _json, as CPython does (I don't care if the API is similar or not, as long as it's used by json lib) yes, it is for speeding up json, but I called it differently precisely because

[pypy-dev] fastjson module

2013-06-04 Thread Maciej Fijalkowski
Hi anto if this is for speeding up json, call the module _json, as CPython does (I don't care if the API is similar or not, as long as it's used by json lib) If it's not for json, then it does not belong in PyPy IMO. Cheers, fijal ___ pypy-dev mailing