#Frontend/Backend State Question

7 messages · Page 1 of 1 (latest)

deft flint
#

Can you go into more detail as to why you're using one such giant object? Why does it contain so much data it would cause noticeable performance loss at the IPC part?

#

Could you make that big bit of data an Option<T>?

#

Oh actually

#

Because tauri uses serde

#

Or rather