issues
search
RubenVerborgh
/
AsyncIterator
An asynchronous iterator library for advanced object pipelines in JavaScript
https://rubenverborgh.github.io/AsyncIterator/docs/
Other
48
stars
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: faster transforming
#58
jeswr
closed
2 years ago
13
Faster filtering, mapping, limiting, skipping and wrapping
#57
jacoscaz
closed
2 years ago
4
Update README to better explain state of the art
#56
RubenVerborgh
opened
2 years ago
0
feat: wrapIterator
#55
jeswr
closed
2 years ago
2
chore: SyncUnionIterator
#54
jeswr
closed
2 years ago
1
Faster filtering mapping
#53
jeswr
closed
2 years ago
4
optimization: Implement UnionIterator without buffering
#52
jeswr
opened
2 years ago
1
feat: allow the unionIterator to take promises
#51
jeswr
closed
2 years ago
2
Feat transform iterator
#50
jeswr
closed
2 years ago
4
Simpler and faster wrapping
#49
jacoscaz
closed
2 years ago
11
Simpler and faster filtering, mapping, skipping and limiting
#48
jacoscaz
closed
2 years ago
8
Refactors ArrayIterator to use an internal index instead of Array#shift()
#47
jacoscaz
closed
2 years ago
14
Backs BufferedIterator with a linked-list instead of an array
#46
jacoscaz
closed
2 years ago
8
breaking: end on read (part 1)
#45
jeswr
opened
2 years ago
4
optimization: Reduce overhead of SimpleTransformIterator
#44
jeswr
opened
2 years ago
42
BREAKING: Call _end via read method
#43
jeswr
closed
2 years ago
5
feat: allow Unioniterator sources to be a Promise that resolves to an AsyncIterator
#42
jeswr
closed
2 years ago
0
DRAFT: autostart removal
#41
jeswr
closed
2 years ago
0
Add toArray method on AsyncIterator
#40
rubensworks
closed
2 years ago
3
use native `queueMicrotask`
#39
jeswr
closed
2 years ago
3
Optimize ArrayIterator
#38
jeswr
closed
2 years ago
5
Add toArray method
#37
rubensworks
closed
2 years ago
3
set autostart to false
#36
jeswr
closed
2 years ago
3
[Possible bug] Empty iterator does not work after `await`
#35
jeswr
opened
2 years ago
19
Manually export package.json to support introspective tools
#34
rubensworks
closed
3 years ago
1
Switch to GitHub Actions
#33
RubenVerborgh
closed
3 years ago
0
Fix bug in https://github.com/RubenVerborgh/AsyncIterator/issues/30
#32
jeswr
closed
3 years ago
7
Feat/overload filter type
#31
jeswr
closed
3 years ago
1
[Feature] Overload filter type
#30
jeswr
closed
3 years ago
4
Also alternate with macrotasks in Node.js
#29
rubensworks
closed
3 years ago
2
Current task scheduler does not guarantee order
#28
RubenVerborgh
closed
3 years ago
3
Fix ClonedIterator not respecting sources without autoStart, Closes #26
#27
rubensworks
closed
3 years ago
3
Cloning not inheriting autoStart: false
#26
rubensworks
closed
3 years ago
0
Consider removing autoStart, or at least disabling it by default
#25
RubenVerborgh
opened
4 years ago
7
Lazy transform and union iterator never start
#24
rubensworks
closed
4 years ago
1
Ensure transformations without autoStart are lazy
#23
RubenVerborgh
closed
4 years ago
4
Chained transformations make empty iterators un-lazy
#22
rubensworks
closed
4 years ago
0
Do we need to emit a close event?
#21
RubenVerborgh
opened
4 years ago
0
.mjs module fails in Webpack
#20
Vinnl
closed
4 years ago
11
Support autoStart: false on UnionIterator
#19
rubensworks
closed
4 years ago
1
Add autoStart to ArrayIterator
#18
RubenVerborgh
closed
4 years ago
0
Allow (globally) setting the microtask implementation
#17
RubenVerborgh
closed
4 years ago
2
Allow source to be passed as a lazy creation function
#16
RubenVerborgh
closed
4 years ago
0
3.x.x enhancements
#15
rubensworks
closed
4 years ago
1
Use microtasks instead of macrotasks
#14
RubenVerborgh
closed
4 years ago
2
Performance in browsers
#13
rubensworks
closed
4 years ago
41
README: mention necessity of setImmediate shim for browsers
#12
JordanShurmer
closed
4 years ago
4
Feature request: merge multiple async iterators
#11
pietercolpaert
closed
4 years ago
3
Support for TC-39's async iteration proposal?
#10
jacoscaz
closed
6 years ago
6
How to .pipe() into array?
#9
jacoscaz
closed
6 years ago
6
Previous
Next