in reply to Re^2: Suggestions on Object Oriented helpers for 2017
in thread Suggestions on Object Oriented helpers for 2017

Of possible further bare-bones interest: Class::Accessor::Fast, Class::Accessor::Faster, and maybe even Object::Tiny::XS.

  • Comment on Re^3: Suggestions on Object Oriented helpers for 2017

Replies are listed 'Best First'.
Re^4: Suggestions on Object Oriented helpers for 2017
by stevieb (Canon) on Feb 04, 2017 at 02:40 UTC

    These are fantastic, and because I've posed this as a question on Perlmonks, I will do what I can to produce a Benchmark on all suggestions stated on a reasonably non-basic example once this thread fades away, and I get a chance to look at each suggestion.