Changes between Initial Version and Version 1 of Ticket #6129, comment 20
- Timestamp:
- 2011-04-20T16:20:29+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6129, comment 20
initial v1 31 31 (b) the style properties for the parent relation are calculated dynamically 32 32 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. 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. 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.


