chaokunyang commented on code in PR #172: URL: https://github.com/apache/fury-site/pull/172#discussion_r1731326905
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/benchmark.md: ########## @@ -0,0 +1,35 @@ +--- +id: benchmark +title: Benchmark +sidebar_position: 2 +--- + +不同的序列化框架适用于不同的场景,这里的 benchmark 结果仅供参考。 + +如果你需要针对特定场景进行 benchmark 测试,请确保所有序列化框架都针对该场景进行了适当配置。 + +动态序列化框架支持多态性和引用,与静态序列化框架相比,这成本更高,除非它和 Fury 一样使用 JIT 技术。由于 Fury 在运行时生成代码,因此请在收集 benchmark 测试统计信息之前进行系统预热。 Review Comment: ```suggestion 动态序列化框架支持多态和引用,与静态序列化框架相比,这成本更高,除非它和 Fury 一样使用 JIT 技术。由于 Fury 在运行时生成代码,因此请在收集 benchmark 统计信息之前进行系统预热。 ``` -- 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]
