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

Faster tokenizing and consistent use of token lists #19

Open
fidian opened this issue Jun 17, 2013 · 1 comment
Open

Faster tokenizing and consistent use of token lists #19

fidian opened this issue Jun 17, 2013 · 1 comment

Comments

@fidian
Copy link
Owner

fidian commented Jun 17, 2013

The current state of the code has about three different token-ish implementations. This should be consolidated down to one. The tokenizer is also really slow on lengthy CSS strings and should be made faster somehow.

@fidian
Copy link
Owner Author

fidian commented Oct 20, 2014

Progress is being made. I'm moving the code over to use the Complexion library. It was written with better speed testing and tuning. Once that happens, PrettyCSS will need to consume an alternate token stream and then I can standardize how these streams are passed around.

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