#Frontend/Backend State Question
7 messages · Page 1 of 1 (latest)
7 messages · Page 1 of 1 (latest)
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
You could use this https://serde.rs/attr-skip-serializing.html
Or rather