Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a more efficient sorting algorithm available to Highlander users #61

Open
MalucoMarinero opened this issue Oct 5, 2017 · 1 comment · May be fixed by #809
Open

Make a more efficient sorting algorithm available to Highlander users #61

MalucoMarinero opened this issue Oct 5, 2017 · 1 comment · May be fixed by #809
Assignees

Comments

@MalucoMarinero
Copy link
Contributor

just referencing suggestion from campaign save fix issue to make an efficient sorting algorithm available to modders

@robojumper robojumper linked a pull request Mar 17, 2020 that will close this issue
@Iridar
Copy link
Contributor

Iridar commented Aug 11, 2023

a while back I discovered that UnrealScript's Sort function just gives up after a certain number of elements

sorting integers it gave up at around 90 elements

(c) robojumper

Just to highlight how dire the situation is. It's not even about .Sort() being inefficient, but literally not working with large arrays.

Until this issue is resolved, mods are encouraged to implement their own sorting algorithms for large arrays, insertion sort being the recommended simple solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants