Skip to content

Make callbacks plugin :only option to accept symbols #33

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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