Re: [OPEN-ILS-DEV] PATCH: osrf_json_object.c (tweaks)

2007-12-09 Thread Mike Rylander
On Dec 8, 2007 1:52 PM, Scott McKellar [EMAIL PROTECTED] wrote: These patches tidy up a few things and introduce a modest performance boost. Summary: Applied. As an aside, I think Bill's design inside the parser was to model a SAX parser, which would allow for construction of differently

Re: [OPEN-ILS-DEV] PATCH: osrf_json_object.c (tweaks)

2007-12-09 Thread Bill Erickson
Scott McKellar wrote: I've never used a SAX-style parser, but as I understand it, the idea is to parse the data stream incrementally, and respond to syntactic features as you encounter them. The alternative DOM-style approach is to load the whole thing into memory at once in some kind of data