smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0
Commit Graph

2 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 3f47d2f6b0 grammar: Change code flow to reduce some bytecode that are executed 2014-09-05 19:24:41 +02:00
Holger Hans Peter Freyther 6c57c968dd grammar: Speed-up quoted string parsing
On the sysmoBTS (ARM7TDMI) the parsing of a simple response
with quoted string takes up to 200ms. Parsing the single
digest line takes 40ms itself. Create a custom parser to
speed things up to avoid the backtracking between three
optional parsers that are combined in a choice.
2014-09-05 18:56:00 +02:00