mischov / meeseeks_html5ever

Meeseeks-specific NIF binding of html5ever using Rustler.
Apache License 2.0
10 stars 15 forks source link

Improve FlatDom encoding performance #22

Closed mischov closed 5 years ago

mischov commented 5 years ago

OTP21 included the addition of enif_make_map_from_arrays which allows the creation of a map (or struct) in one go instead of repeated calls of enif_make_map_put. Rustler 0.20.0 adds the map_from_arrays function which uses enif_make_map_from_arrays if on OTP21 and otherwise falls back to repeated map puts.