In the GNU Emacs Lisp Reference Manual, 6.2 Arrays:
In practice, we always choose strings for such applications, for four reasons:
- They occupy one-fourth the space of a vector of the same elements.
How am I supposed to understand the above sentence in the way how the data structures of these two types are laid out in memory?