Skip to content

optimize "sort_ids" (eliminate "count")

Thomas Holder requested to merge refactor-sort_ids into master
  • count was incremented in the wrong scope
  • count was exposed to the public interface
  • set should be more efficient than list here

Merge request reports