Commit f725b98
committed
Optimize tag value parsing
```
goos: darwin
goarch: arm64
pkg: github.com/quickfixgo/quickfix
│ old │ new-no-indexbyte │
│ sec/op │ sec/op vs base │
ParseMessage-8 695.2n ± 1% 628.2n ± 1% -9.64% (p=0.000 n=20)
```
Signed-off-by: Sylvain Rabot <[email protected]>1 parent e3a2994 commit f725b98
1 file changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
44 | 64 | | |
45 | 65 | | |
46 | 66 | | |
47 | 67 | | |
48 | 68 | | |
49 | 69 | | |
50 | 70 | | |
| 71 | + | |
51 | 72 | | |
52 | 73 | | |
53 | 74 | | |
| |||
0 commit comments