Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Processing stopped if text exceed certain number of lines? #7

Open
yangchenyun opened this issue May 22, 2016 · 0 comments
Open

Processing stopped if text exceed certain number of lines? #7

yangchenyun opened this issue May 22, 2016 · 0 comments

Comments

@yangchenyun
Copy link

There is some limits on the texts (or number of syntax matches) it would process, for example:

yes "Do to be agreeable conveying oh assurance. Wicket longer admire do barton vanity itself do in it. " | head -n 800 | syn -a

Will stop processing about 790 lines

For real world text:
curl https://raw.githubusercontent.com/hintjens/psychopathcode/master/ch00.txt | syn -a

Also stops processing couple paragraphs before the end.

If there is a memory concern, could we add a flag to config it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant