使用 Saxon for .net 的最大优势是什么?
我正在使用 .net 4.0 C# xslt1.0。 我犹豫是否要迁移到 saxon 处理器,性能上是否存在真正的差异?
I'm working in .net 4.0 C# xslt1.0.
I hesitate to migrate with saxon processor is there real différencies in performance?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有对 Microsoft 的 XSLT 1.0 处理器和 .NET 上的 Saxon XSLT 2.0 处理器进行任何性能比较。
我想您谈论的是执行速度,但更重要的是开发速度:您可以以雇用程序员一天的一半费用购买一台像样的服务器。根据我的经验(尽管这取决于任务),XSLT 2.0 的开发效率大约是 XSLT 1.0 的两倍。
I don't have any performance comparisons between Microsoft's XSLT 1.0 processor and the Saxon XSLT 2.0 processor on .NET.
I imagine you are talking about execution speed, but what is much more important is development speed: you can buy a decent server for about half the cost of hiring a programmer for a day. And in my experience (though it depends on the task) development productivity with XSLT 2.0 is about doubled compared with XSLT 1.0.