invertase / denque

The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries.
https://docs.page/invertase/denque
Apache License 2.0
354 stars 33 forks source link

fix: issue where `clear()` is still keeping references to the elements #47

Closed dnlmlr closed 2 years ago

dnlmlr commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #47 (14c630b) into master (4b11d11) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 14c630b differs from pull request most recent head 633e468. Consider uploading reports for the commit 633e468 to get more accurate results

@@            Coverage Diff            @@
##            master       #47   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          237       238    +1     
  Branches        49        49           
=========================================
+ Hits           237       238    +1     
Impacted Files Coverage Δ
index.js 100.00% <100.00%> (ø)

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 4b11d11...633e468. Read the comment docs.