<p><pre><code> char *t = “VEYRONB “;
uint64_t u =*(uint64_t *)t
</code></pre>
If this is done, you need to ensure your strings are stored in memory on aligned boundaries (8-byte for 64-bit ints) otherwise mis-aligned data access could seriously degrade your performance.