Cache-line aligned Node layout. Cache-line aligned node layout and supporting types.
Node
Each Node occupies exactly 64 bytes (one cache line), split into a hot first half (tree links, tag, depth) and a cold second half (attribute metadata, padding).