Explicitely implement from_dict instead of using introspection magic.
There is more repetition, but it's easier to read and '%timeit Revision.from_dict(d)' is 5 times faster.
Please register or sign in to comment
There is more repetition, but it's easier to read and '%timeit Revision.from_dict(d)' is 5 times faster.