Skip to content

Comments

patch: implement fork of gojq for better concurrency#3

Open
samsullivan wants to merge 3 commits intomainfrom
patch/concurrency
Open

patch: implement fork of gojq for better concurrency#3
samsullivan wants to merge 3 commits intomainfrom
patch/concurrency

Conversation

@samsullivan
Copy link
Owner

@samsullivan samsullivan commented Jan 14, 2024

Without this, concurrency issue can happen at times:

fatal error: concurrent map iteration and map write

@samsullivan
Copy link
Owner Author

samsullivan commented Jan 14, 2024

I need to also consider how to limit number of concurrent gojq queries being executed, since this can lag a lot if quickly typing .,.,. (repeated) against a large JSON payload.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant