On Mon, Mar 5, 2012 at 15:51, Dean Landolt <[email protected]> wrote: > On Mon, Mar 5, 2012 at 9:46 AM, Matt <[email protected]> wrote: >> >> Alternatively, maybe just not worry about it, since 2**53 microseconds >> isn't hit until 2255. I hope to not be using Node then :-) > > > Heh. I like Matt's idea better :)
uv_hrtime() has nanosecond resolution and it's not necessarily a timestamp, just an arbitrary monotonically increasing counter. But yes, a tuple would work. Anyone feel like doing a pull request? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
