feat: async parsing of bru files [non-blocking] -- wip #3618
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.
~ parser perf updates
~ uses nodejs worker threads to parse bru files asynchronously
~ currently loads all bru files in a collection (with sizes less than 1MB) asynchronously
~ bru files larger than 1MB can be loaded on demand via a button click
todo:
~ customizable upper file size limit in app preferences ?
[probably fixes: #223, #2993, #2416]
before:
https://github.com/user-attachments/assets/f8ebec7d-b808-4e5a-997a-19f88b9586af
after:
https://github.com/user-attachments/assets/2a0e24cc-5a95-4d17-86e7-c443af87276c
load_big_requests_on_demand.mp4
bru collection
test_big.zip