|
|
|
|
|
by mwcampbell
4722 days ago
|
|
> What use is packing compute into it. 1. Do computation locally on local data, thus avoiding round-trips to a far away server. 2. Distribute an app to lots of people without having to pay for a lot of server resources to match, since the computation is done on each user's device. 3. Enable users to keep more data private, by keeping it on the user's own device. |
|