Slow importing files in Gh1 & V9

I have a procedure where, once in a while, I have to go through folder with many files in search of information. The data is stored in one object, same layer, that exists in each file, easy to identify.

V7 with Human does it in 10 second with no errors at all, thanks to pre-filtering the data before loading.

V9 is not even trying to participate in this competition. It takes 4 minutes to do the same job as each file needs to be loaded and then filtered by content.

Maybe the statement SLOW is to harsh for almost 800 files, but would you guys consider improving the way files are loaded?

On a positive note - it loaded them all and read all Keys&Values (which was a problem for me in V8).

Hej Piotr -

…and that doesn’t work anymore?

I probably have a few zillion files here but am not sure about the instructions. Can you post a file? Any file?
-wim

Hi Wim

Everything works fine, both V7 and V9, but V9 is >20 times slower (given the specific conditions).
I can’t post 800 files. It is a corporate property, but I can pack it and send it to McNeel for testing.

I was comparing two solutions: V7 (filter and load) with V9 (load and filter), which clearly speaks in favour of the first one.