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