[vtkusers] performance reading large data sets

Oleg Krivosheev oleg.krivosheev at xcision.com
Mon Sep 21 12:27:11 EDT 2015


Michael

it might be not reading per se, but data memory allocation. Did you try to
profile it?

I remember question about 2mo ago wrt large data set memory allocation in
Java, you might want to check it in archives

OK

On Sat, Sep 19, 2015 at 2:51 PM, Michael Arneson <
michael.arneson at geotoolkit.net> wrote:

> Hi
> I am trying to read in a large vtk file (13 million points) using the java
> wrapped vtk libraries.
>
> It takes my program 15 minutes just to load the vtk file but when i load
> the
> data into ParaView, it takes 3 minutes to load and view the file.
>
> Should I be using a different reader to read in the data?
>
> Does anyone know what ParaView is using to load the data so quickly (since
> ParaView uses vtk)
>
> I am using the following code to load the file:
>
> static {
>         vtkNativeLibrary.LoadAllNativeLibraries();
> }
>
> ...
>
> vtkGenericDataObjectReader reader = new vtkGenericDataObjectReader();
> reader.SetFileName("....");
> reader.Update();
>
> Thank you,
> Michael
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/performance-reading-large-data-sets-tp5734024.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150921/0fa97b04/attachment.html>


More information about the vtkusers mailing list