Re: [ovs-dev] [PATCH v2 0/2] Python JSON improvements

2016-05-23 Thread Ben Pfaff
On Mon, May 23, 2016 at 04:01:12PM -0500, Terry Wilson wrote: > On Wed, May 18, 2016 at 8:12 PM, Ben Pfaff wrote: > > These patches apply cleanly but they cause test failures for me, see > > below. Maybe that is because of the issue you mentioned above? > > Yeah, these test issues are because th

Re: [ovs-dev] [PATCH v2 0/2] Python JSON improvements

2016-05-23 Thread Terry Wilson
On Wed, May 18, 2016 at 8:12 PM, Ben Pfaff wrote: > These patches apply cleanly but they cause test failures for me, see > below. Maybe that is because of the issue you mentioned above? Yeah, these test issues are because the C extension ends up not getting built automatically. I'm having troubl

Re: [ovs-dev] [PATCH v2 0/2] Python JSON improvements

2016-05-18 Thread Ben Pfaff
On Tue, May 10, 2016 at 03:36:58PM -0500, Terry Wilson wrote: > Adds support for using the in-tree C JSON parser in Python. It also > uses the built-in Python JSON parser for serialization. In a test of > parsing a 100Mb JSON file, this patch improves performance by 70x. This > version corrects the