First page Back Continue Last page Overview Graphics


Notes:

home_run isn't just faster than the standard library, it's also more memory efficient.

Even though it stores the date and time information in two separate ways, by tightly packing the data in a C structure, home_run is 2 to 6 times more memory efficient that the standard library.