Skip to content

Releases: templexxx/tsc

v1.2.3

17 Jul 10:15
Compare
Choose a tag to compare

fixed !amd64 issue

tested on Apple Silicon M2

v1.2.2

19 Feb 06:20
Compare
Choose a tag to compare
  1. fix stupid things in sysClock
  2. little improvement

Everyone should use this version

v1.2.1

15 Feb 07:15
Compare
Choose a tag to compare

Has finally reached stable status!

Features:

  1. Using TSC register if hardware supported/it's system clock source.
  2. Could accelerate Cloud-Native applications if cloud providers could handle tsc clock source well enough.
  3. Fully using CPU load-store bandwidth & FMA instructions to reach the high speed and keep the consistence
  4. Could use out-of-order (for higher speed) or in-order model (for more accurate)
  5. Provding tools for finding better algorithm and measuring time drift