Sublime Forum

Performance improvement idea

#1

Hey Sublime Text team,
I read that Sublime Text is written in C++ along with few other languages. With all the features available, I believe it would be using “sorting” for one or other reason.

I have a sorting technique which is 6 times faster than C++ Standard Template Library std::sort for integer array length 10,000,000 however it is faster for other array length too.

If you use sorting, then let me know. I would love to help improve Sublime Text and reduce the overhead of sorting.

0 Likes