Skip to content

Inflect library takes 2 seconds to load #234

@avin-kavish

Description

@avin-kavish

I profiled the startup time and found out that the library takes about 2.5s to load.

Usage

class MyClass:
    def __init__(self):
        import inflect

        super().__init__()
        self.inflector = inflect.engine()

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