Skip to content

Clean up flags that have enums but are uints #21

@JBurlison

Description

@JBurlison

Most of these are cast to uint and its using about 2-3% cpu in these casting operations, they can just be native enums.

Also HasAnyFlag is a bit reduntant with enums with the Flags attribute as enums have HasFlag method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    PerformanceSomething slowing the core down

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    🆕 New

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions