-
-
Notifications
You must be signed in to change notification settings - Fork 2
perf(core): optimize async operation & progress events #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 29 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
9daddf4
feat: v4
ido-pluto 7296216
fix(multiDownload): update status when skipping download
ido-pluto 5ad092d
fix(multiDownload): events & cli progress
ido-pluto 2504676
pref(microtask): optimize timers
ido-pluto 9826396
fix(transferStatistics): 0 when download size is unknown
ido-pluto fc48e3b
pref(downloadInfo): optimize requests
ido-pluto a6b98f5
docs(README): typo
ido-pluto 6954781
fix(build): no source map in prod
ido-pluto dee3ad5
feat(downloadURL): regenerate download url when token expires
ido-pluto 872c309
fix(cli): save flag does not save to directory
ido-pluto 6228d28
fix: tests
ido-pluto c3347cc
Merge branch 'main' into feat/speed-ipull
ido-pluto bcd1870
fix: release
ido-pluto d8cd69a
fix(write-stream): finalization close file handler
ido-pluto a4ca68c
feat(GlobalCLI): cache engine order generation
ido-pluto 64de83d
feat(write-stream): parallel write queue
ido-pluto 4ff195e
feat(cli): faster event creation
ido-pluto 264f918
fix(download-stream): event cleanup
ido-pluto 6b1a994
fix(progress): dedup engine on progress building
ido-pluto 9fc3cc8
fix(write-queue): close fd
ido-pluto 696c8c7
fix: format
ido-pluto 2b648e7
fix: remove unused var
ido-pluto 6212325
Merge branch 'beta' into feat/speed-ipull
ido-pluto 18ef713
fix: remove unused file
ido-pluto 31c4a7e
fix(multi-engine): close before throw
ido-pluto cd641ad
fix(cli): file indexing
ido-pluto 1143ae5
fix(download-size): get range request to fetch size
ido-pluto a94bd9b
fix(write-queue): default buffer size
ido-pluto 26e3a4d
fix(write-stream): catch close errors
ido-pluto df7a24d
fix(write-queue): prevent flashing the same region twice
ido-pluto f009e31
fix(pretty-bytes-fast): large numbers
ido-pluto 011a8bc
fix(cli): check if path is directory by fs
ido-pluto b265372
fix(pretty-bytes-fast): bigint division
ido-pluto 81bb92e
fix(pretty-bytes-fast): export formatTrunc
ido-pluto b9faef4
format
ido-pluto 4c1ae53
fix(name): content disposition parsing
ido-pluto 57a0762
bump: deps
ido-pluto 1c95ee1
fix(write-queue): better merging
ido-pluto fab19ee
feat: parts range download
ido-pluto d3c3f34
fix(chores): typedoc
ido-pluto b5d25a8
fix(bump): docs generation
ido-pluto 9a0b455
fix: format
ido-pluto 6c1b75a
refactor: replace fs-extra with native fs/promises and improve file h…
ido-pluto 8db3812
chore: update package dependencies and Node.js version; remove unused…
ido-pluto 4292ff0
fix: format
ido-pluto 48f4205
feat: enhance range validation and error handling in download engine
ido-pluto b06823f
feat: improve download engine performance and error handling with asy…
ido-pluto 1fb7cfa
feat: increase progress throttle for download engine to improve perfo…
ido-pluto a718684
feat: replace eventemitter3 with custom EventEmitter to optimize perf…
ido-pluto d5771d4
feat: enhance performance and error handling in download engine with …
ido-pluto 80a1186
feat: update write methods to include totalLength parameter for impro…
ido-pluto cf9a78b
fix: format
ido-pluto dd4775c
feat: remove totalLength parameter from DownloadEngineWriteStreamBrow…
ido-pluto 7da883b
fix: correct assignment of watchDog in BaseDownloadEngineFetchStream
ido-pluto 8d7d2dd
fix: update streamCheckInterval description for clarity
ido-pluto d8f0a48
feat: implement RenewFetchError for improved fetch handling and updat…
ido-pluto e5cc673
feat: add progressThrottleMs to default options and handle abort even…
ido-pluto 086babc
feat: remove progressThrottleMs and refactor chunkGenerator for impro…
ido-pluto 80661df
feat: remove unused import of BaseDownloadEngineFetchStreamOptions fo…
ido-pluto 36f7699
feat: update progress handling in DownloadEngineFile and DownloadEngi…
ido-pluto 01e4ade
feat: enhance EventEmitter typing and remove unused index signatures …
ido-pluto 80e530e
feat: refine SuggestedEventName type for better type inference and re…
ido-pluto f7bc9ca
feat: update close method documentation in DownloadEngineNodejs for c…
ido-pluto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.