-
-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
Description
I read the source of promise-timer , I see that for each timer we have a addTimer , I am working on a project with huge request , about 10M/s
I want to know If we have 10M timer , Is this impact performance?
Is it better that we have a timer that manager all 10M request , I don't need accuracy , for me 3 or 4 sec for timer is not important
Do you have any better idea?