@Override
 @ForceInline
 public float readFloat(long offset) {
   return memory.readFloat(address + translate(offset));
 }