Skip to content
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

perf(queue): Use shift instead of splice (when possible) in queue #65

Merged
merged 2 commits into from Nov 7, 2018

Conversation

proYang
Copy link
Contributor

@proYang proYang commented Nov 7, 2018

Hi, maybe you need this change, which has used in async.queue.caolan/async#1454

@codecov-io
Copy link

codecov-io commented Nov 7, 2018

Codecov Report

Merging #65 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #65   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines        3316   3318    +2     
=====================================
+ Hits         3316   3318    +2
Impacted Files Coverage Δ
lib/async.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b0afaac...5f69b4d. Read the comment docs.

Copy link
Owner

@suguru03 suguru03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!
I would like to merge it once it is fixed. 😄

lib/async.js Outdated Show resolved Hide resolved
@suguru03 suguru03 merged commit 099f4ee into suguru03:master Nov 7, 2018
@suguru03
Copy link
Owner

suguru03 commented Nov 7, 2018

Thanks! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants