YAPC::2004::Israel << Previous | Index | Next >> Copyright © 2004 Gaal Yahas

Speed


  • Use Class::Accessor::Fast when you're in the need for speed

  • It's about 4.5% slower than direct accessors, half the speed of direct hash access

  • You can still use direct hash access where you really need it

  • Vanilla Class::Accessor is three times slower than ::Fast