odoo/o-spreadsheet#4117

Created by fw-bot
Merged at b07b0256feca9af5a805d7f730a2d6967b8ff2ce

Statuses:

label
odoo:saas-17.1-saas-16.4-faster-dependencies-lul-lPwD-fw
head
119401494ad4517e0b7c2344bfa5d820018fead1
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