Skip to content
Discussion options

You must be logged in to vote

In the long term, I think I would prefer to move away from CSSTree library and create a custom parser using the same approach as the new filter parser code in uBO. The new parser code does not require expensive memory churning as the tree representation all fit into an integer array -- as opposed to CSSTree where nodes are Object whereas in the new parser nodes are sequences of integers into a single typed array.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by scripthunter7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants