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
Patrick Walton edited this page Nov 11, 2013
·
4 revisions
Today:
Naive linear scan through rules.
Optimizations we need:
ID hash, class hash, tag hash (issue #1167).
Parallel matching (landed but needs tuning).
– In Zoomm paper, need parallel top down traversal.
– Need to be careful about overhead of distributing work.