chaokunyang commented on code in PR #172:
URL: https://github.com/apache/fury-site/pull/172#discussion_r1731330104


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/features.md:
##########
@@ -0,0 +1,21 @@
+---
+id: features
+title: Features
+sidebar_position: 3
+---
+
+- 多种语言:Java/Python/C++/Golang/Javascript/Rust。
+- 零拷贝:受[pickle5](https://peps.python.org/pep-0574/)堆外读/写启发的跨语言序列化。
+- 高性能:高度可扩展的 JIT 框架,可在运行时以异步多线程方式生成序列化程序代码,以加快序列化速度,通过以下方式提升 20-170 倍的速度:
+  - 减少生成代码中内联变量的内存访问;

Review Comment:
   ```suggestion
     - 减少在生成代码中内联变量减少内存访问;
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to