yanyongyu/githubkit

The library consumes too much RAM. It also consumes a lot of CPU at startup.

Arkptz opened this issue · 2 comments

Arkptz commented

image

Arkptz commented

image
it's startup

Due to the huge number of pydantic models used to validate data, githubkit needs a lot of memory currently. But, i'm working on lazy loading the models when using to reduce the cost when importing.

related to #54