Changes between Initial Version and Version 1 of Ticket #6129, comment 20


Ignore:
Timestamp:
2011-04-20T16:20:29+02:00 (15 years ago)
Author:
bastiK

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6129, comment 20

    initial v1  
    3131 (b) the style properties for the parent relation are calculated dynamically
    3232
    33 In both cases there seem to be recursion involved, but one could cut it off at some level. First option costs memory and second option processor time.
     33In both cases there seem to be recursion involved, but one could cut it off at some level. First option costs memory and second option processor time. I think it is possible to make the memory footprint negligible in (a) but for (b) i cannot say how hard it is to optimize and if optimisation would be necessary.