Skip to content
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

add fast publishing method #85

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

devkral
Copy link

@devkral devkral commented May 2, 2022

what

sometimes more than update should be fired.
This MR improves the speed of updates by simultaneous executing them (see http client) (no speed comparisation done yet).
It also adds a publishFast method for fire and forget or request collect operations (publishBatch).

Extend tested

I only used the unittests. Real life tests are still missing, as well as a speed benchmark

@devkral
Copy link
Author

devkral commented May 3, 2022

I cannot reproduce the phpstan error locally.

phpstan analyse
Note: Using configuration file <path>/phpstan.neon.
 37/37 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
                                                                                                                        
 [OK] No errors                                                                                                         

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.

None yet

1 participant