问题
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