Commits
Click on a commit to change the comparison rangerefactor(transformer): `HelperLoader` common transform: `Helper` enum (#6595)
`HelperLoaderStore::load` take a `Helper` instead of a string.
`Helper` has 2 purposes:
1. Constrain what helpers you can add to a fixed list (prevent typos).
2. Makes the hashmap lookup cheaper - hashing a single-byte `enum` (`u8`) is cheaper than hashing a string.1 year ago
by overlookmotel