Skip to content

Make callbacks plugin :only option to accept symbols #33

@nerbyk

Description

@nerbyk

Current implementation supports only %w() that is suboptimal in terms of memory efficiency and performance. Utilizing symbols instead of strings within the %w() would not only minimize memory footprint but also streamline callback execution, as the underlying callback mechanism employs the send method which inherently transforms strings into symbols.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions