-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unify cancelation: #226
Comments
sounds good I think, splice has performance implications as I have heard (haven't benchmarked myself) also cancel is not frequently used method |
surprise surprise #227 Cancel - no timer ............................................................... 29,767,632.00 op/s |
this is current master |
oh wait, i think I misread this. |
sorry first time i was excited too early too without checking current master benchmark |
Im surprised that #227 regresses so much. |
Ah, i wonder if it is actually a realistic example. It could be that in benchmark land without the Likely warrants further investigation |
in real case maybe |
https://github.com/BackburnerJS/backburner.js/blob/master/lib/backburner/queue.ts#L139-L180
rather then doing splicing lets just null out always
@bekzod thoughts?
The text was updated successfully, but these errors were encountered: