More robust testing is needed in the following areas: - `BijectiveDictionary` is a generic struct, but tests currently only cover `BijectiveDictionary<String, Int>` - Performance testing of common operations: insertion, lookup, iteration, etc.