mischov / meeseeks_html5ever

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

Use dirty scheduler instead of async #30

Closed mischov closed 5 years ago

mischov commented 5 years ago

Currently meeseeks_html5ever works asynchronously, calling the NIF then receiving a response, but since the minimum supported version of Erlang/OTP is now 20 we can start using dirty schedulers instead.

This should simplify the NIF's implementation since it can work synchronously and hopefully get rid of a little performance overhead.

mischov commented 5 years ago

Available in v0.12.1.