issues
search
lemire
/
FastPriorityQueue.js
a fast heap-based priority queue in JavaScript
Apache License 2.0
357
stars
57
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove by value/reference instead of by comparator?
#41
fchu
opened
3 days ago
1
Bump braces from 3.0.2 to 3.0.3
#40
dependabot[bot]
opened
5 months ago
0
bug: `FastPriorityQueue` reaches a state where array has length 1 but size: 0
#39
iiian
closed
7 months ago
4
Fix kSmallest exponent bug
#38
Barbarrosa
closed
1 year ago
1
Optimize baseline and special case performance for kSmallest
#37
Barbarrosa
closed
1 year ago
6
element is duplicated when remove or removeOne is called
#36
Ethereumx
closed
2 years ago
2
Should this library be rewritten in TS
#35
nopeless
opened
2 years ago
4
I don't think `minimist` is required
#34
nopeless
closed
2 years ago
2
Bump minimist from 1.2.5 to 1.2.6
#33
dependabot[bot]
closed
2 years ago
0
Wrong sort result.
#32
louisshiru
closed
2 years ago
0
Fixes #30 - Correct removeMany iteration and improve performance
#31
Barbarrosa
closed
3 years ago
3
"removeMany" fails to iterate over similarly weighted values
#30
Barbarrosa
closed
3 years ago
4
Improve kSmallest and clone performance
#29
Barbarrosa
closed
3 years ago
1
Add Apple M1 benchmarks
#28
ryokun6
closed
3 years ago
1
Update benchmark results with more recent version of Node.js
#27
Jarred-Sumner
closed
3 years ago
1
kSmallest() not equivalent to calling poll() repeatedly
#26
alesanmed
closed
3 years ago
1
Remove lines that cause issues with iife / umd bundling
#25
erikbrinkman
closed
4 years ago
1
is it possible to delay events?
#24
SET001
closed
4 years ago
1
'removeMany' with a stop/continue function
#23
KrishnaPG
opened
4 years ago
8
Use proper typescript export
#22
iradul
closed
5 years ago
1
Fixed type definitions are not published
#21
falsandtru
closed
5 years ago
1
add type def for `kSmallest`
#20
Amorites
closed
5 years ago
0
make comparator optional in type definitions
#19
Amorites
closed
5 years ago
1
add `toArray` function
#18
Amorites
closed
5 years ago
3
Problem with npm dependency in published package
#17
sangaman
closed
6 years ago
3
Remove, removeOne, removeMany, & type definitions
#16
sangaman
closed
6 years ago
7
K smallest elements
#15
Kaisle
closed
6 years ago
5
K smallest elements
#14
Kaisle
closed
6 years ago
6
feat(queue): add remove, clone, forEach functions
#13
blaskovicz
closed
6 years ago
18
Port to typescript
#12
ddurschlag6river
closed
6 years ago
8
Removing any value from the heap
#11
flekschas
closed
6 years ago
3
Iterate
#10
sm2017
closed
7 years ago
5
The engine "node" is incompatible with this module. Expected version "~0.4".
#9
sm2017
closed
7 years ago
2
Where is v0.2.4?
#8
alandotcom
closed
7 years ago
1
Support usage without `new`
#7
mafintosh
closed
7 years ago
2
Updated README.md in benchamark
#6
Restuta
closed
7 years ago
1
Revisit performance testing
#5
Restuta
opened
7 years ago
7
The poll method always returns the first item in the internal array
#4
vjancik
closed
7 years ago
4
the data is rearrange after poll() when the values are all the same
#3
papayaah
closed
7 years ago
15
Peek returns data when size is 0
#2
jvilk
closed
8 years ago
3
Fix constructor optional comparator
#1
ruiaraujo
closed
9 years ago
2