BeamAsm brings more performance to Erlang and BEAM languages.
The applications of BeamAsm that we expect are as follows:
1. Code generator from Enum.map or Nx to SIMD or Vector instructions
2. Application-level optimizer that is embedded into BeamAsm
3. Faster FFI than NIFs
The application-level optimizer and the faster FFI than NIfs have research challenges.