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

Remove AList from items #223

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Remove AList from items #223

merged 1 commit into from
Oct 9, 2024

Conversation

jt-traub
Copy link
Contributor

@jt-traub jt-traub commented Oct 8, 2024

Items and ItemList no longer use AList.
ItemLists now statically allocate the Item as well rather than using pointers to a dynamically allocated item (one less thing to free and saving the memory footprint of the extra pointer since the item itself still takes the same memory for the class).

Items and ItemList no longer use AList.
ItemLists now statically allocate the Item as well rather than using
pointers to a dynamically allocated item (one less thing to free and
saving the memory footprint of the extra pointer since the item itself
still takes the same memory for the class).
@jt-traub jt-traub merged commit 5c6ceb2 into master Oct 9, 2024
10 checks passed
@jt-traub jt-traub deleted the jt-no-more-alist-5 branch October 9, 2024 15:24
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 this pull request may close these issues.

2 participants