Optimization

Programming

NaN boxing or how to make the world dynamic

Have you ever wondered how dynamic typing, like in JS, works under the hood? There are some obvious solutions in this matter, however, there is also one which is more than brilliant.

Read