This document introduces circlesort, a sorting algorithm inspired by the modified diminishing increment sorting (mdis), and compares its performance with established algorithms such as heapsort, shellsort, quicksort, and introsort. The results indicate that circlesort outperforms these algorithms in various scenarios, although mdis remains superior overall. The performance testing involved different data arrangements: sorted, unsorted, partially sorted, and inverted, providing insights into the strengths and weaknesses of each algorithm.