Skip to content

low performance in vtk_fortran_dataarray_encoder #34

@hjunqq

Description

@hjunqq

the code like

  code = ''
  do n=1, size(x, dim=1)
    code = code//str(n=u(n))//' '//str(n=v(n))//' '//str(n=w(n))// &
                 str(n=x(n))//' '//str(n=y(n))//' '//str(n=z(n))
  enddo

in vtk_fortran_dataarray_encoder.f90
takes a long time to execute when a large amount of data needs to be processed

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions