KilleenCode / brancato

A cross-platform omnibar to to easily run workflows, built in Rust 🦀
MIT License
5 stars 2 forks source link

Reduce running memory size #17

Closed RyKilleen closed 2 years ago

RyKilleen commented 2 years ago

I haven't focused very hard on optimization. We're still using the default create-react-app, etc.

Look into reducing running memory footprint

https://tauri.studio/docs/building/app-size

RyKilleen commented 2 years ago

For what it's worth, Brancato is operating at ~42mb, which already puts it under Ueli (it's also doing way less rn)

image

RyKilleen commented 2 years ago

Closing this as not a concern. Currently operating at 3% memory of comparable Electron apps with same feature set (without any GPU interaction.)