moosetechnology / MooseIDE

New Tools for Moose
MIT License
8 stars 25 forks source link

Propagating large model is slow #1158

Open badetitou opened 2 months ago

badetitou commented 2 months ago

When propagating a large model, it is slow. Maybe it cannot be easily improved but we should have some progress bar or info bar that shows that the system is working and not blocked (at least I tested from a moose models browser to the moose query browser with a super large model (+3000000 entities)

NicolasAnquetil commented 2 months ago

What version of Moose? Can you try without the setting "filter out stubs" in ModelBrowser? Because at some point there was a silly implementation that was creating a new model to filter out the stubs...

badetitou commented 2 months ago

It was in Moose11. I can have a try with Moose12 and I tell you.

jecisc commented 2 months ago

I did some speed up on this in Moose 11 but it might still be slow to filter the stubs yes.

Nothing changed between Moose 11 and 12 on this