python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.5k stars 592 forks source link

Update __init__.py (Performance boost for first boot) #740

Closed rakpunar closed 2 months ago

rakpunar commented 3 months ago

I achieved faster startups with this update in my eel application where I work with a small database.

samuelhwilliams commented 2 months ago

This essentially unwinds the intentional change made in #365, so I don't think this is a performance boost we'd be happy to accept as it breaks minified code again.