(no title)
bollu | 1 year ago
It's a really interesting algorithm, and allows one to get O(1) incremental pattern matching (ie, when one adds a pattern, one is told of a matching pattern in O(1) time) at the cost of O(npattern * nitems) memory usage. I was trying to use it in the context of pattern matching within a compiler, but I never went anywhere since I had COVID, then a PhD to get to :)
aitchnyu|1 year ago
ryjo|1 year ago
Music to my ears :) thanks for sharing this!
mark_l_watson|1 year ago