rust 1.44.0 is out: <https://blog.rust-lang.org/20...
# development
f
h
doesn't seem like there's anything in this release we strongly need
although unicode 13 support is necessary in order to be able to write the character for https://en.wikipedia.org/wiki/Biangbiang_noodles 🙂
☑️ 1
w
there is one thing!
they replaced the compiler generated generators for async/await to remove use of thread local storage… not sure if we’ll notice it, but it had a boost on microbenchmarks
if noone else has started it, i might give it a swing after hours
f
I haven’t. had planned to do it over the weekend if no else gets to it first.
w
i probably won’t be able to wait =x … have been psyched about that change since i saw https://www.reddit.com/r/rust/comments/fua76v/impact_of_tls_dependency_removal_from_async/
there is no way we’ll see anywhere near that much improvement, but it’s fun to imagine 😃