https://bugs.kde.org/show_bug.cgi?id=478250
Christoph Cullmann <christ...@cullmann.io> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/ktexteditor/-/commit |eworks/ktexteditor/-/commit |/e63590e005d8c7761e71f5b392 |/6f539d95acc3849b5f72683cb7 |dd7bbc121131ef |9bbc4e5f27cdb1 Status|REOPENED |RESOLVED --- Comment #15 from Christoph Cullmann <christ...@cullmann.io> --- Git commit 6f539d95acc3849b5f72683cb79bbc4e5f27cdb1 by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 24/08/2024 at 17:08. Pushed by cullmann into branch 'master'. Move the sortuniq, uniq implementation to C++ It is not possible to implement this efficiently in Javascript atm. The Set (and Map) classes provided by Qt are super slow, they are not really even hashmaps to begin with and thus they slow things down too much when N is slightly big. M +1 -39 src/script/data/commands/utils.js M +17 -0 src/script/katescriptaction.cpp M +63 -0 src/utils/katecmds.cpp M +30 -0 src/utils/katecmds.h M +1 -0 src/utils/kateglobal.cpp M +1 -1 src/utils/kateglobal.h https://invent.kde.org/frameworks/ktexteditor/-/commit/6f539d95acc3849b5f72683cb79bbc4e5f27cdb1 -- You are receiving this mail because: You are watching all bug changes.