Skip to content

Commit

Permalink
🔄 synced local 'docs/guide/' with remote 'docs/guide/'
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Oct 28, 2023
1 parent 91a2bfe commit 32ea350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guide/DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Java Object Graph Guide
title: Development
order: 5
---
# How to build to Fury
Expand Down
6 changes: 3 additions & 3 deletions docs/guide/scala_guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Java Object Graph Guide
title: Scala Serialization Guide
order: 4
---

Expand Down Expand Up @@ -53,7 +53,7 @@ println(fury.deserialize(fury.serialize(map)))
# Performance
Scala collections and generics doesn't follow java collection framework, and is not fully integrated with Fury JIT,
the execution will invoke JDK serialization API with fury `ObjectStream` implementation for scala collections,
the performance won't be as good as java collections. In future we may provide jit support for scala collections to
the performance won't be as good as fury collections serialization for java. In future we may provide jit support for scala collections to
get better performance, see https://github.com/alipay/fury/issues/682.

`case` object are support by fury jit well, the performance will be very good.
`case` object are supported by fury jit well, the performance is as good as fury java.

0 comments on commit 32ea350

Please sign in to comment.