In a situation where we want to use floats instead of human-readable name strings for fast comparisons, are there usual methods for doing the conversion? The outcome of the comparison is a code-driven event, so there's no need to convert back again- it just has to be a very efficient process that creates a unique identifier.
Thanks!