From: Jean Privat Date: Tue, 24 May 2016 13:16:47 +0000 (-0400) Subject: Merge: Revamp Clock to return float values for easier memory management X-Git-Url: http://nitlanguage.org Merge: Revamp Clock to return float values for easier memory management This PR updates the main services of `Clock` to return float values instead of malloced extern instances of `Timespec`. There is a precision loss, but it's sufficient for games and the likes, and a program needing higher precision can still use `Timespec` directly. Clients don't even have to worry about memory management anymore. Pull-Request: #2117 Reviewed-by: Jean Privat --- 598bac1bff75f38595db5535b6626d7d0e5667c3