Skip to content
  • Jan Provaznik's avatar
    Optimize rebalancing of relative positioning · 8397c091c6a6
    Jan Provaznik authored
    Moving of neighbour items was done recursively - this
    was extremely expensive when multiple items had to be moved.
    
    This change optimizes the code to find nearest possible gap where
    items can be moved and moves all of them with single update query.
    8397c091c6a6