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 (Content, [Operation]) -> Content option for patchable's reducer (list mode) #6

Open
alexhunsley opened this issue Jul 27, 2024 · 0 comments

Comments

@alexhunsley
Copy link
Owner

So the existing model is mapping single content and operation to content:

(Content, Operation) -> Content

Butt this has potential efficiency issues -- e.g. needless over-invoking of JSONPatch.

With the list mode reducer, a list of json patch operations will incur just one JSONPatch invocation:

(Content, [Operation]) -> Content 
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

No branches or pull requests

1 participant