Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

hughsk's profile
hughsk
2 contributions
mikolalysenko's profile
mikolalysenko
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
hughsk

hughsk/right-now

Get the quickest, most high-resolution timestamp possible in node or the browser

JavaScript
57
2
Other

right‑now is a tiny Node.js/browser utility that returns the most precise, high‑resolution timestamp available on the current platform (using `process.hrtime` in Node, then falling back to `performance.now`, `Date.now`, or `+new Date` in browsers). It’s aimed at developers who need fast, reliable time measurements for animation loops, benchmarking, or any code where interval timing accuracy matters.