Skip to content

Commit fae8041

Browse files
committed
Merge branch 'master' of https://github.com/udamir/patchpack
2 parents 3857e6b + df7be30 commit fae8041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A binary JsonPatch serializer based on schema. Efficiently encode state object and JsonPatch in to compact byte buffers and then decode them back in to objects on the receiver. Integrates very well with observable state and WebSockets.
66

7-
Originally it was part of [mosx](https://github.com/udamir/mosx) framework, but then it moved to separate package.
7+
Originally it was part of [mosx](https://github.com/udamir/mosx) State Management engine, but then it moved to separate package.
88

99
## Motivation
1010

@@ -84,7 +84,7 @@ const encodedPatch2 = ppServer.encodePatch(patch2)
8484
### Benchmark
8585

8686
Benchmark for encoded object size (byte):
87-
| | patchpack | [messagePack](https://msgpack.org/) |JSON.stringify |
87+
| | PatchPack | [MessagePack](https://msgpack.org/) |JSON.stringify |
8888
| ------ | --------- | ----------- | ------------- |
8989
| state | 60 | 107 (+78%) | 165 (+175%) |
9090
| patch1 | 22 | 53 (+140%) | 72 (+227%) |

0 commit comments

Comments
 (0)