Find multiple matches in an GIANT line. Split an inconveniently HUMONGOUS line multiple times.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
39
commits
I added linux dbgsym and got better names in my flame graphs. However, I did not get more depth in my stack traces. Most of the graph has depth 4 or 5.
63aa081View on GitHubadd tips for setting up perf properly so that flame graphs are improved
82d830dView on GitHubAdding an input buffer did not help. BufRead already has an input buffer.
09a96dcView on GitHubFixed performance issue due to unbuffered output stream.
69c994aView on GitHubPerformance analysis shows write is the issue. Try wrapping output in a buffer.
b8ee178View on GitHubMerge pull request #1 from josephmate/add_unit_test_to_figure_out_append_bug
b8fef40View on GitHubpart way through adding unit test and escaping characters
39354efView on GitHubPerformance tests reveal bug with --append and --append is much slower than match. We are no where near close to sed.
d62e410View on GitHubCompleted untested implementation of --prepend --append, and --replace.
516550fView on GitHubRefactored to allow unit testing on --append, --prepend, --and replace when they are implemented
e8ec7eaView on GitHubRefactoring to enable append and replace complete with tests passing.
6d497afView on GitHubRefactored to enable split and replace support. However, tests are failing. Needs debugging.
fed3ae1View on GitHubRefactor duplicated code so that adding split and replace will be easier in future patches.
c3239cbView on GitHubMy plan to use the tuple did not work. I need change the iterator interface to return String or char instead of a tuple.
223cb9cView on GitHub