chaokunyang commented on code in PR #172: URL: https://github.com/apache/fury-site/pull/172#discussion_r1731335196
########## 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: Could you update English doc too -- 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]
