Using tagged pointers to save memory, speed up dynamic dispatch, and compact data structures| vectrx.substack.com
A comparison of Apple’s Associated References implementation and one I wrote for historical context, with additional notes about use with tagged pointer objects and what the assign association policy actually does.| Always Processing