Re: [HAPI-devel] Hapi parse performance.

2017-07-19 Thread Mike Mills
’s why it takes more time > and resources. > > > > Christian > > > > > > *Von: *Mike Mills > *Gesendet: *Freitag, 30. Juni 2017 03:59 > *An: *Christian Ohr > *Betreff: *Re: [HAPI-devel] Hapi parse performance. > > > > Christian, >

Re: [HAPI-devel] Hapi parse performance.

2017-06-29 Thread Christian Ohr
Hi Mike, check if http://hl7api.sourceforge.net/base/apidocs/ca/uhn/hl7v2/preparser/PreParser.html would help in your case, when you just need to extract a single field. cheers Christian Am 29.06.2017 um 03:17 schrieb Mike Mills: Hi, Are the any efforts being made to improve the performanc

[HAPI-devel] Hapi parse performance.

2017-06-28 Thread Mike Mills
Hi, Are the any efforts being made to improve the performance of parsing an hl7 message? I am considering dropping parsing of messages using hapi because of the CPU load and memory requirements. It seems like Hapi parses like a DOM parser as it goes though the entire message. It would be good i