We're going going to work on speeding up Array#pack! We'll discuss how the Ruby VM works, how we can speed up Array#pack, then we'll implement it. If we have time we'll add support in YJIT as well.
Sent the PR here: https://github.com/ruby/ruby/pull/8734