tarkah
No user record in our sample, but tarkah has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but tarkah has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
I've got a table widget you can give a try https://github.com/tarkah/iced_table
A lot of the ram usage is actually coming from the wgpu backend. You can use ICED_BACKEND=tiny-skia to try software rendering and the footprint should be a lot smaller. The footprint should be very consistent throughout…