fatteneder / MakieSlides.jl

MIT License
17 stars 2 forks source link

Fa/layouting performance #19

Closed fatteneder closed 2 years ago

fatteneder commented 2 years ago

Addresses recent performance degradation with FormattedTables, cf. https://github.com/fatteneder/MakieSlides.jl/issues/3#issuecomment-1152784972

In fact, this affected all block elements which use FormattedLabel.

The issue was the update logic in FormattedLabel which bounced between two listeners. Reverting to previous implementation brings back the old behavior.

Also refactored some other elements.

fatteneder commented 2 years ago

Oh, seems like I did not branch off from main.