Hey, Is it acceptable to have a single static FastVectorHighlighter which all threads access without locking? Looking at the code, it seems like the only reason this would fail is if two threads wanted to pass different arguments to the constructor; everything else is not persistent.
Is that correct?
Thanks,
-Ben
