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

std(sort): reduce INSERTION_SORT_THRESHOLD constant to 48 #1978

Merged
merged 1 commit into from
Jul 13, 2021

Conversation

MaxGraey
Copy link
Member

@MaxGraey MaxGraey commented Jul 13, 2021

After some new changes in algo (optimize memory usage), I decided to recheck boundary for insertion sort and found (Chrome baseline) that it had moved down.

  • I've read the contributing guidelines

@MaxGraey MaxGraey merged commit 886a4a6 into AssemblyScript:main Jul 13, 2021
@MaxGraey MaxGraey deleted the improve-sort-threshold branch July 13, 2021 11:54
romdotdog pushed a commit to romdotdog/assemblyscript that referenced this pull request Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant