Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Performance improvements for M2M properties

Compare
Choose a tag to compare
@maennel maennel released this 28 Jan 10:45
· 340 commits to master since this release

As described in PR #44, this release's focus is mainly meant to keep the number of DB queries constant when cloning objects including M2M fields.
Previously, the complexity was O(n) with n being the number of M2M relations. Thanks to @raphaelm complexity could be fixed to a constant value (so, O(1)).