Hey! There is an awesome `decimal` package in Python standard library.
Imagine, you can have an alternative third-party Decimal implementation in Python that would be 5x faster. It will be especially faster to parse from JSON or a string and faster to serialize.
The only catch is you can have only essential features in this implementation. What those features would be?