http://qs321.pair.com?node_id=505692


in reply to Re^3: New Module Announcement: Object::InsideOut
in thread New Module Announcement: Object::InsideOut

Then you are back to the same performance problems encountered with Class::Std, namely you have to calculate the object ID on every access.

It is an engineering trade-off that I feel is more than justified. By storing the object ID in the object's scalar, the only thing you give up is the capability to overload the ${} operator.


Remember: There's always one more bug.