Skip to content

Conversation

hhaensel
Copy link
Member

Preserve the order of attributes during html parsing by using LittleDict in Genie.Renderer.Html.parsehtml()
I first went with OrderedDict, but up to 30 elements LittleDict is said to be more performant. That's most probably the case for all of our cases.

@hhaensel
Copy link
Member Author

Just tested performance of different kinds of Dicts, there's no significant difference. We could go with any implementation.

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