Skip to content

A handy timer factory and manipulation library which allows to create timers in the fly with finite/infinite repetition cycles, attach them handlers, reduce/increase cycles or running time on the go and aims to improve precision while reducing the time resolution interval by using processor´s Query Performance Counter(QPC).

Notifications You must be signed in to change notification settings

nebtrx/hypertimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperTimer

Inspired by Jon Skeet's Nodatime, which came from .Net's DateTime API inconformity, I decided to create a solution to my inconformity with .Net's Timers API: HyperTimer.

HyperTimer is a handy Time's Factory & Manipulation Library which allows us to create timers on the fly with finite/infinite repetition cycles, attach them handlers, reduce/increase cycles or running time on the go and aims to improve precision by reducing the time resolution interval using processor's Query Performance Counter(QPC)[which so far now it's still in progress].

About

A handy timer factory and manipulation library which allows to create timers in the fly with finite/infinite repetition cycles, attach them handlers, reduce/increase cycles or running time on the go and aims to improve precision while reducing the time resolution interval by using processor´s Query Performance Counter(QPC).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages