{
    "mode": "perldoc",
    "parameter": "Class::Accessor::Faster",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Class%3A%3AAccessor%3A%3AFaster/json",
    "generated": "2026-06-16T10:20:37Z",
    "synopsis": "package Foo;\nuse base qw(Class::Accessor::Faster);",
    "sections": {
        "NAME": {
            "content": "Class::Accessor::Faster - Even faster, but less expandable, accessors\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "package Foo;\nuse base qw(Class::Accessor::Faster);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This is a faster but less expandable version of Class::Accessor::Fast.\n\nClass::Accessor's generated accessors require two method calls to accomplish their task (one for\nthe accessor, another for get() or set()).\n\nClass::Accessor::Fast eliminates calling set()/get() and does the access itself, resulting in a\nsomewhat faster accessor.\n\nClass::Accessor::Faster uses an array reference underneath to be faster.\n\nRead the documentation for Class::Accessor for more info.\n",
            "subsections": []
        },
        "AUTHORS": {
            "content": "Copyright 2017 Marty Pauley <marty+perl@martian.org>\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself. That means either (a) the GNU General Public License or (b) the Artistic License.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Class::Accessor\n",
            "subsections": []
        }
    },
    "summary": "Class::Accessor::Faster - Even faster, but less expandable, accessors",
    "flags": [],
    "examples": [],
    "see_also": []
}