Inflect library takes 2 seconds to load
Open
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
I profiled the startup time and found out that the library takes about `2.5s` to load.
Usage
```py
class MyClass:
def __init__(self):
import inflect
super().__init__()
self.inflector = inflect.engine()
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the reported delay using the import and engine construction shown in the issue, then profile startup to identify where the 2.5-second load is spent. Done means the library loads substantially faster without changing the documented usage or behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100