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

Perf oriented updates #2

Merged
merged 5 commits into from
Feb 3, 2024
Merged

Perf oriented updates #2

merged 5 commits into from
Feb 3, 2024

Conversation

AngelMunoz
Copy link
Owner

This PR changes a few core things, mainly removes the usage of F# lists in exchange of BCL's Linked list.

Our actual usage is to add items at the end of the list and then when rendering traversing the list in reverse both operations were not a great fit for the F# list.

For DSL consumers this is not a breaking change as the API surface stayed the same.

For Core Type Consumers (e.g. folks building a DSL or similar use case) the breaking change resides in switching to liked list rather than F# list

@AngelMunoz AngelMunoz merged commit 7474cc5 into main Feb 3, 2024
1 check passed
@AngelMunoz AngelMunoz deleted the linked-list-branch branch February 3, 2024 08:23
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.

1 participant