Skip to content

Commit

Permalink
Removing the Kryo version from the tuning document
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknezis committed Jan 6, 2021
1 parent 206bd63 commit 0d96273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ in your operations) and performance. It provides two serialization libraries:
Java serialization is flexible but often quite slow, and leads to large
serialized formats for many classes.
* [Kryo serialization](https://github.com/EsotericSoftware/kryo): Spark can also use
the Kryo library (version 5) to serialize objects more quickly. Kryo is significantly
the Kryo library to serialize objects more quickly. Kryo is significantly
faster and more compact than Java serialization (often as much as 10x), but does not support all
`Serializable` types and requires you to *register* the classes you'll use in the program in advance
for best performance.
Expand Down

0 comments on commit 0d96273

Please sign in to comment.