Skip to main content
5 events
when toggle format what by license comment
Jul 6, 2018 at 9:17 vote accept kuskmen
Jul 5, 2018 at 16:24 comment added Berin Loritsch Kestral is not using kernel threads: docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/…
Jul 5, 2018 at 16:21 comment added Berin Loritsch Unless you have a lot of compute cores to spread the work around, parallel processing may even be slower than sequential due to the overhead of thread swapping. You might look into offloading the computation to another machine, or if it is something vector math can handle a GPU.
Jul 5, 2018 at 16:08 answer added Robert Harvey timeline score: 2
Jul 5, 2018 at 9:11 history asked kuskmen CC BY-SA 4.0