Changes between Initial Version and Version 1 of Ticket #5620, comment 29


Ignore:
Timestamp:
2020-09-27T18:10:20Z (5 years ago)
Author:
massimo ceraolo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5620, comment 29

    initial v1  
    44> The easiest solution from the point of view of OMEdit development would probably be to speed up {{{diffModelicaFileListings()}}}, I'm not sure how much margin we have there.
    55
    6 It is strange that splitting into several files makes things faster. Does this mean that diffModelicaFileListings() searches differences also where it shouldn't?.
     6It is strange that splitting into several files makes things faster. Maybe to use diffModelicaFileListings(), that I imagine searches entire files, is not the right tool to support moving individual objects? I mentioned that dymola is instantaneous; maybe because  its operation is unrelated to the file size?
    77
    88From a user point of view, a 224 kB file is rather a small file. Avoiding splitting it gives advantages in terms of management on HD of archives composed of several packages. I have a package per teaching topic on my course, and splitting is possible but non-optimal for me.