toaststunt icon indicating copy to clipboard operation
toaststunt copied to clipboard

Fix PCRE cache

Open tspivey opened this issue 1 year ago • 0 comments

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.

tspivey avatar Dec 01 '23 18:12 tspivey