Use intrusive singly-linked attachables
By replacing the vector in `local_actor` with singly-linked attachables, we save 16 Bytes on 64 bit machines. Relates #180.
Showing
Please register or sign in to comment
By replacing the vector in `local_actor` with singly-linked attachables, we save 16 Bytes on 64 bit machines. Relates #180.