rcxwhiz / django-hierarchical-models

MIT License
1 stars 0 forks source link

Overhaul ALM #31

Closed rcxwhiz closed 4 months ago

rcxwhiz commented 4 months ago

It looks like for various reasons the performance of ALM cannot be matched. For this reason it is time to

  1. Maximize the performance of the ALM
  2. Eliminate the other implementations and streamline the library
  3. Verify that the performance of the ALM scales well and give some figures

Unfortunately it looks like if you're going to do this stuff at the ORM level, there isn't actually a whole lot of special sauce you can give it that has good performance.