<div dir="ltr">Michael<div><br></div><div>it might be not reading per se, but data memory allocation. Did you try to profile it?</div><div><br></div><div>I remember question about 2mo ago wrt large data set memory allocation in Java, you might want to check it in archives</div><div><br></div><div>OK</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 19, 2015 at 2:51 PM, Michael Arneson <span dir="ltr"><<a href="mailto:michael.arneson@geotoolkit.net" target="_blank">michael.arneson@geotoolkit.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
I am trying to read in a large vtk file (13 million points) using the java<br>
wrapped vtk libraries.<br>
<br>
It takes my program 15 minutes just to load the vtk file but when i load the<br>
data into ParaView, it takes 3 minutes to load and view the file.<br>
<br>
Should I be using a different reader to read in the data?<br>
<br>
Does anyone know what ParaView is using to load the data so quickly (since<br>
ParaView uses vtk)<br>
<br>
I am using the following code to load the file:<br>
<br>
static {<br>
        vtkNativeLibrary.LoadAllNativeLibraries();<br>
}<br>
<br>
...<br>
<br>
vtkGenericDataObjectReader reader = new vtkGenericDataObjectReader();<br>
reader.SetFileName("....");<br>
reader.Update();<br>
<br>
Thank you,<br>
Michael<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/performance-reading-large-data-sets-tp5734024.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/performance-reading-large-data-sets-tp5734024.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>