Changes between Initial Version and Version 1 of Ticket #4964, comment 11


Ignore:
Timestamp:
Nov 29, 2023, 9:10:04 PM (5 months ago)
Author:
phosit

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4964, comment 11

    initial v1  
    22
    33From the C++ side it's simpler because the map (the argument to `Engine.ExportMap`) doesn't have to be temporally stored in the callback-data (the data accessible by `Engine` functions). Same applies to the progress.\\
    4 Liniar code is preferable to callbacks (what `Engine` functions effectively are).
     4Linear code is preferable to callbacks (what `Engine` functions effectively are).