- getting system info in c++ linux - 2 Updates
kushal bhattacharya <bhattacharya.kushal4@gmail.com>: Sep 01 02:46AM -0700 On Thursday, August 31, 2017 at 2:25:56 AM UTC+5:30, Chris M. Thomasson wrote: > pad and align their structures in memory: We do not want any > false-sharing, damn it! > ;^) thanks for the info man i needed this :) |
Vir Campestris <vir.campestris@invalid.invalid>: Sep 01 09:53PM +0100 On 30/08/2017 21:55, Chris M. Thomasson wrote: > node. Each node in NL represents a CPU item; each CPU item has multiple > nodes representing its virtual cores VCPU; each VCPU has its > "hyper-threading" cores on each VCPU; and down to per-thread... <etc> The trouble with this kind of thing is anticipating what kind of data you need, and how to future proof it. Do you care about ARM's big-LITTLE architecture? Other kinds of more asymmetric processor systems? When does NUMA become a network? Remember that this must work on everything from FreeDOS to VM/370... Andy |
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page. To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com. |
No comments:
Post a Comment