|
|
|
|
|
by chrisseaton
3171 days ago
|
|
Think outside of web workloads! Not everyone is writing a web app. Think about something like Delaunay triangulation or mesh refinement. These are critical path bottlenecks for a great many applications and in practice very parallel, but they're irregular so we cannot easily distribute the data structure. The best results we have are for shared memory thread models. We don't know how to do it any other way! |
|