Skip to content

Commit

Permalink
Merge pull request #115 from maddenp/master
Browse files Browse the repository at this point in the history
Fix link to tracing doc in Performance.md
  • Loading branch information
Engelberg committed Nov 15, 2015
2 parents 0a2f7f7 + b34389b commit 25116e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ Occasionally, I receive a question about whether there's a *best* way to write i

11. As of version 1.2, the enlive output format is slightly faster than hiccup. This may change in the future, so I don't recommend that you base your choice of output format on this slight differential. However, if you're trying to eke out the best possible performance, you might find it useful to experiment with both output formats to see whether one performs better for you than the other.

12. As of version 1.4, instaparse has a way to print a trace of the parser's execution process, as well as some profiling information which can be useful to detmerine whether your parser behaves linearly with respect to the size of the input. [Read about the new tracing feature here.](https://github.com/Engelberg/instaparse/blob/master/docs/ABNF.md)
12. As of version 1.4, instaparse has a way to print a trace of the parser's execution process, as well as some profiling information which can be useful to detmerine whether your parser behaves linearly with respect to the size of the input. [Read about the new tracing feature here.](https://github.com/Engelberg/instaparse/blob/master/docs/Tracing.md)

0 comments on commit 25116e5

Please sign in to comment.