Skip to content

Commit

Permalink
Improved docs readability in the performance section
Browse files Browse the repository at this point in the history
  • Loading branch information
blancks committed Aug 27, 2024
1 parent 1b91df9 commit 729ad22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ composer require blancks/fast-jsonpatch-php


5. **Performance:**
- The class is optimized for performance, time complexity is O(N*P) where N is the number of operations of the patch and where P is the nesting level that a single operation targets.
- Best use case is for scenarios where JSON document can be fully loaded into memory and you need fast patch processing, like websockets server/client.
- The class is optimized for performance, time complexity is O(N*P) where N is the number of operations of the patch and where P is the nesting level of patch operations.
- Best use case is for scenarios where JSON document can be fully loaded into memory, and you need fast patch processing like websockets server/client.


6. **Tests:**
Expand Down

0 comments on commit 729ad22

Please sign in to comment.