issues
search
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
353
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: removeOne(-1) from the end
#55
teidesu
opened
1 month ago
2
Please add documentation using `import` instead of `required`
#54
augmentmoogi
opened
2 months ago
0
Add rotate method
#53
keriati
opened
10 months ago
0
Question: remove element by value
#52
vanodevium
opened
1 year ago
0
Bump minimist and mocha
#51
dependabot[bot]
opened
1 year ago
1
Bump debug and mocha
#50
dependabot[bot]
opened
1 year ago
1
Add benchmark with Js-sdsl
#49
ZLY201
opened
2 years ago
1
[new feature]: replace at index
#48
fasenderos
opened
2 years ago
0
fix: issue where `clear()` is still keeping references to the elements
#47
dnlmlr
closed
2 years ago
1
Optimizations for toArray and fromArray
#46
dnlmlr
closed
2 years ago
1
Additional benchmarks
#45
dnlmlr
closed
2 years ago
1
Inconsistent behavior between shift / pop vs clear / remove / removeOne / splice
#44
dnlmlr
opened
2 years ago
4
Optimized growth and array copy
#43
dnlmlr
closed
2 years ago
5
Performance improvement by specifying initial array size
#42
nemosmithasf
opened
2 years ago
8
Bump node-fetch from 2.6.1 to 2.6.7
#41
dependabot[bot]
closed
2 years ago
2
Typings improvement.
#40
MadProbe
opened
2 years ago
2
Proper Deno Import?
#39
tmikaeld
opened
2 years ago
2
Documentation for part of public API is missed
#38
FlyingDR
opened
3 years ago
0
Invalid TypeScript definition for .size()
#37
paya-cz
closed
3 years ago
2
chore: use full Apache-2.0 license text
#36
yperess
closed
3 years ago
5
fix!: `push` & `unshift` should accept `undefined` values to match behaviour of `Array`
#35
Salakar
closed
3 years ago
0
Bump lodash from 4.17.20 to 4.17.21
#34
dependabot[bot]
closed
3 years ago
2
Bump handlebars from 4.7.6 to 4.7.7
#33
dependabot[bot]
closed
3 years ago
2
Bump js-yaml from 3.6.1 to 3.14.1
#32
dependabot[bot]
closed
3 years ago
2
ci: switch to github actions
#31
Salakar
closed
3 years ago
1
docs: move to docs.page
#30
Salakar
closed
3 years ago
0
perf: use <<= 1 replace *=2
#29
xyuanbuilds
closed
3 years ago
2
Support For Deno
#28
Skillz4Killz
closed
3 years ago
5
feat: adds capacity option for circular buffers
#27
gillesdemey
closed
4 years ago
5
What's the point?
#26
ghost
closed
4 years ago
3
push(undefined) has a confusing behavior
#25
rinick
closed
3 years ago
2
Add `capacity` option
#24
garrettmaring
closed
4 years ago
0
fix typo : peakAt
#23
rinick
closed
5 years ago
1
Clean a bit and go with typescript
#22
danielpza
closed
5 years ago
1
.remove() fail to delete items when index < 0
#21
lrills
closed
5 years ago
1
Fix SPDX expression.
#20
goloroden
closed
6 years ago
3
Minor change to push API in README.md
#19
jhamberg
closed
5 years ago
1
Make TypeScript interface generic
#18
moritzuehling
closed
6 years ago
1
Made TypeScript definitions generic and explicit about undefined
#17
BrandonWilliamsCS
closed
6 years ago
4
Add option to constructor to specify an initial size
#16
paulmccarthy
closed
6 years ago
2
Create a double-ended queue with custom initial capacity?
#15
Meigyoku-Thmn
closed
6 years ago
1
Add Typescript definitions
#14
poupryc
closed
6 years ago
3
Typescript definition
#13
poupryc
closed
6 years ago
1
fix for adding elements to empty denque via splice
#12
arusakov
closed
6 years ago
6
splicing elements into an empty array
#11
rlidwka
closed
6 years ago
1
remove/splice behaviour when taking full array fixed
#10
noevents
closed
7 years ago
2
remove / splice has bug when count is GE queue.length
#9
txchen
closed
7 years ago
4
coverage and code fix
#8
noevents
closed
7 years ago
0
remove, removeOne and splice methods & tests
#7
noevents
closed
7 years ago
4
Methods added.
#6
noevents
closed
7 years ago
1
Next