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

Inline `.length` getter #1

Closed jhermsmeier closed 8 years ago

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.02%) to 98.684% when pulling f5dbdb4f3fdb4d710d668adb10e7e4c56e51d6f1 on jhermsmeier:inline-get into cd84e69bc4a351ca4f3e613351dcd305c290f0ea on Salakar:master.

Salakar commented 8 years ago

Thanks!

jhermsmeier commented 8 years ago

Oh, sorry, I missed something, and updated it just now to not screw up the coverage and remove code duplication in .size() and .length – want me to open another PR?

Salakar commented 8 years ago

Yes please