You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also note we have two different types of tokens: the tokenizer ones and the treewalker ones, which are not the same (because of attributes and namespaces).
@gsnedders I've been doing a little work towards this (partly out of curiosity to see what the impact could be like), and should soon have a branch ready to offer with tokens-as-objects and a few related cleanups (attribute handling, in particular).
So far I'm seeing slight performance degradation as a result, so I'm doing a bit of investigation to figure out what might be causing that.
Using hashtables for tokens makes no sense; we should move to objects and then have the type implicit.
The text was updated successfully, but these errors were encountered: