toaststunt
toaststunt copied to clipboard
Fix PCRE cache
The cache now uses an unordered_map with a custom hash function, because you can't usefully compare an std::pair<const char*, unsigned char>. The JIT has also been re-enabled.