-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
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.