Top "Core" questions

Use this tag to refer to processor cores or questions related to threads and parallel processing.

Inner shadow in Core Graphics

I want to do something similar to Photoshops inner shadow effect in Core Graphics. If I draw/fill a path …

graphics photoshop core shadow
Processor/socket affinity in openMPI?

I know,there are some basic function in openMPI implementation for mapping the different processes to different cores of different …

mpi cpu core processor openmpi
.Net Core 3 preview: Synchronous operations are disallowed

I have an AngularJs app that I am porting to .Net Core. It was working fine in the previous version …

.net core preview synchronous
Does intel core i5 belong to the family i686 or x86_64

To which family does intel core i5 processors belong to? x86_64 or i686. I was installing MinGW. I know it …

64-bit intel core 32-bit
NTLM authentication HttpClient in Core

I am trying to use the HttpClient to access a REST service which requires NTLM authentication. However I keep getting …

c# httpclient core ntlm
Best way to modify OpenCart without touching Core and VQMOD/OCMOD

Is there a better way then using VQMOD/OCMOD to change OpenCart's core files? Is there some "overrides" folder exists …

overriding opencart core opencart2.x vqmod
Spark: get number of cluster cores programmatically

I run my spark application in yarn cluster. In my code I use number available cores of queue for creating …

java apache-spark dataset yarn core
MVC Core - What is the difference between UseIIS and UseIISIntegration

Looking at the codes, they have the same comments, suggesting that they do the same thing: /// <summary> /// Configures …

model-view-controller asp.net-core-mvc core
How can I get CPU load per core in C#?

How can I get CPU Load per core (quadcore cpu), in C#? Thanks :)

c# load cpu core
Scala string template

Is there default(in SDK) scala support for string templating? Example: "$firstName $lastName"(named not numbered parameters) or even constructs …

templates scala core template-engine