-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b19
Wrapper has a number of perfect hash tables which are meant to speed up certain lookups. We should add microbenchmarks to verify there's an actual speedup compared to simpler lookup mechanisms (if-else or switch) and if not simplify the code.