Fix loss of precision in AnimClock and improve performance - #24
Conversation
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
|
Oh, for whatever reason now I'm seeing ~1s time for the old version. The new one is still faster, but not by as much I guess. |
|
If you want stable results you need to |
|
Yeah, I'm being very lazy. I mainly just wanted to check that using u128s wasn't slower than the old stuff. |
|
I'm going to merge as is for now, but I think the removal of |
Old:
1s 320ms
Left: 140292640
Right: 140292630
New:
759ms
Success