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

Consider using a flex based scanner #1

Open
dhruvbird opened this issue Feb 11, 2012 · 0 comments
Open

Consider using a flex based scanner #1

dhruvbird opened this issue Feb 11, 2012 · 0 comments

Comments

@dhruvbird
Copy link
Contributor

Consider using a flex based scanner for more maintainability.
The current scanner is hand-written, but allows us to use mmap(). With a flex based scanner, we need to investigate if we can track the file offset. Also benchmark the flex based scanner to see if it's fast enough (I think it should be).

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