I
I-F AB
Guest
Hi,
I have a large data list containing lists of which I would want to
process.
I'm wondering which of the codes below is more efficient:
caar(setof(x LargeLongList cadr(x)=="metal" ))
caar(exists(x LargeLongList cadr(x)=="metal" ))
I'm not sure how to check the runtime with Virtuoso's Debugger.
Can anyone enlighten me?
Thanks,
I-FAB
I have a large data list containing lists of which I would want to
process.
I'm wondering which of the codes below is more efficient:
caar(setof(x LargeLongList cadr(x)=="metal" ))
caar(exists(x LargeLongList cadr(x)=="metal" ))
I'm not sure how to check the runtime with Virtuoso's Debugger.
Can anyone enlighten me?
Thanks,
I-FAB