using F# XMLProvider for large nested xml file

為{幸葍}努か 提交于 2019-12-11 02:17:54

问题


I have a large deeply nested xml file, over 200MB. I have written a streaming function in c# using linq to xml. But knowing about f# type provider I am tempted to use the XMLTypeProvider but it may load the entire xml into memory. Is there any way to optimize it to lazy load in the provider and get the benefit of dot. Thanks

来源:https://stackoverflow.com/questions/37135965/using-f-xmlprovider-for-large-nested-xml-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!