Hi, I'm trying using ESI$Table at my program and I noticed that it is work very slow when I'm filling it with a lot of data (over 1000 rows).
For exapmle the folowing code takes 7 seconds to be execute:
Create T%Table=ESI$Table:(Child=0,Share=0) DO T%Table.SetDimension(5000,10) F I=0:1:4999 .F J=0:1:9 ..DO T%Table.SetCell(I,J,I*J) Q T%Table
I'm using: GT.M version 4.4-004 ESI version 4.1.1.3 Linux X86
Is there any way to make the it much faster?
Thanks, Hanoch
Hanoch,
I'm not sure what the exact cause of the slowness is in this case but I'll investigate and get back to you ASAP.
Jerry
Hi Jerry,
Do you have answer about the slowness of ESI$Table?
Hanoch
Log in to post a comment.
Hi,
I'm trying using ESI$Table at my program and I noticed that it is work very slow when I'm filling it with a lot of data (over 1000 rows).
For exapmle the folowing code takes 7 seconds to be execute:
Create T%Table=ESI$Table:(Child=0,Share=0)
DO T%Table.SetDimension(5000,10)
F I=0:1:4999
.F J=0:1:9
..DO T%Table.SetCell(I,J,I*J)
Q T%Table
I'm using:
GT.M version 4.4-004
ESI version 4.1.1.3
Linux X86
Is there any way to make the it much faster?
Thanks,
Hanoch
Hanoch,
I'm not sure what the exact cause of the slowness is in this case but I'll investigate and get back to you ASAP.
Jerry
Hi Jerry,
Do you have answer about the slowness of ESI$Table?
Hanoch