79720353

Date: 2025-07-30 17:54:34
Score: 1.5
Natty:
Report link

I just tried setting the sorter to null like some of the other people recommended and it made performance worse. I am running a test app with 1million row insertions. Here are the results. The best performance was from setting the sort order to None. Having a null sorter made performance worse.

160s to populate 1mil items
139s with sorting set to None
184s with null sorter
192s with null sorter and sorting set to none

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: spam0115