Skip to content

Commit

Permalink
Merge pull request EsotericSoftware#251 from kaendfinger/master
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
magro committed Oct 6, 2014
2 parents 0e8bde0 + f7ac5b1 commit a120745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Kryo provides additional IO classes, which are based on the functionalities expo

For the case you need to serialize to or deserialize from direct-memory ByteBuffers or even off-heap memory, there are two dedicated classes UnsafeMemoryInput and UnsafeMemoryOutput whose instances can be used for this purpose instead of the usual Input and Output classes.

Using Unsafe-based IO may result in a quite significant performance boost (sometimes up-to an oder of magnitude), depending on your application. In particular, it helps a lot when serializing large primitive arrays as part of your object graphs.
Using Unsafe-based IO may result in a quite significant performance boost (sometimes up-to an order of magnitude), depending on your application. In particular, it helps a lot when serializing large primitive arrays as part of your object graphs.

### ** DISCLAIMER ABOUT USING UNSAFE-BASED IO **

Expand Down

0 comments on commit a120745

Please sign in to comment.