Closed DarkMarmot closed 1 year ago
This adds a fast path for HL7 messages with the default delimiters by using a tokenizer path (instead String splitting) and then converting the tokens to nested lists. HL7 parsing speed increases by nearly a factor of 3!
This adds a fast path for HL7 messages with the default delimiters by using a tokenizer path (instead String splitting) and then converting the tokens to nested lists. HL7 parsing speed increases by nearly a factor of 3!