We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25daaa4 commit 5fcffddCopy full SHA for 5fcffdd
c_src/lazy_html.cpp
@@ -717,7 +717,7 @@ FINE_NIF(child_nodes, 0);
717
718
ExLazyHTML parent_node(ErlNifEnv *env, ExLazyHTML ex_lazy_html) {
719
auto nodes = std::vector<lxb_dom_node_t *>();
720
- auto inserted_nodes = std::set<lxb_dom_node_t *>();
+ auto inserted_nodes = std::unordered_set<lxb_dom_node_t *>();
721
722
for (auto node : ex_lazy_html.resource->nodes) {
723
auto parent = node->parent;
0 commit comments