odoo/o-spreadsheet#4116

Created by fw-bot
Merged at a54fa7fb03bbe74de25bc671044dfdc593c7597d

Statuses:

label
odoo:17.0-saas-16.4-faster-dependencies-lul-7FZW-fw
head
db82976c8b29043aec1ebce178649113faffd578
merged
1 year ago by BI, Rémi Rahir (rar)
odoo/o-spreadsheet
saas-16.4 #4093
16.0
17.0 #4116
saas-17.1 #4117
18.0
saas-17.2 #4118
saas-18.1
saas-18.2
saas-18.3
saas-18.4
master #4125

[FW][PERF] evaluation: faster dependencies checking

On RNG's spreadsheet, from 12+ secondes to <180ms

task-3874821

Description:

description of this task, what is implemented and why it is implemented that way.

Task: : TASK_ID

review checklist

  • [ ] feature is organized in plugin, or UI components
  • [ ] support of duplicate sheet (deep copy)
  • [ ] in model/core: ranges are Range object, and can be adapted (adaptRanges)
  • [ ] in model/UI: ranges are strings (to show the user)
  • [ ] undo-able commands (uses this.history.update)
  • [ ] multiuser-able commands (has inverse commands and transformations where needed)
  • [ ] new/updated/removed commands are documented
  • [ ] exportable in excel
  • [ ] translations (_t("qmsdf %s", abc))
  • [ ] unit tested
  • [ ] clean commented code
  • [ ] track breaking changes
  • [ ] doc is rebuild (npm run doc)
  • [ ] status is correct in Odoo

Forward-Port-Of: #4093