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

Optimize linkedlists #1695

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

ccuser44
Copy link
Contributor

@ccuser44 ccuser44 commented Nov 9, 2024

  • Pre-allocate LL -> table conversion table size. Avoids repeated allocations for large tables. Speeds up oldlogs saving
  • Use a builtin for table.insert for the LL -> table conversion

@Dimenpsyonal Dimenpsyonal added the ⌛needs PoF This PR is awaiting proof of functionality label Nov 9, 2024
Copy link
Collaborator

@coasterteam coasterteam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Dimenpsyonal
Copy link
Member

whoppee

@Dimenpsyonal Dimenpsyonal merged commit 2012c36 into Epix-Incorporated:master Nov 12, 2024
2 of 3 checks passed
@ccuser44 ccuser44 deleted the patch-26 branch November 12, 2024 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌛needs PoF This PR is awaiting proof of functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants