-
Updated
May 27, 2022 - TypeScript
topology
Here are 409 public repositories matching this topic...
-
Updated
May 12, 2022 - Python
-
Updated
May 5, 2022 - Julia
-
Updated
Mar 13, 2022 - Python
-
Updated
Sep 29, 2021 - Python
-
Updated
Aug 27, 2019 - HTML
-
Updated
May 31, 2022 - C++
-
Updated
Apr 12, 2022 - JavaScript
Feature Request
As a user, I want a built-in method of Proxy so that we can measure communication time of Proxy.
Details
Is your feature request related to a problem? Please describe.
No, it's an improvement than a problem.
Describe the solution you'd like
A built-in method to calculate the communication time of Proxy. This can be a part of its profile attribute.
**De
-
Updated
Apr 27, 2022 - Python
Improving tutorials
Following up with #603 (the improved Quickstart tutorial) as an example all tutorials could use a bit more "story" in the future.
-
Updated
Jan 16, 2021 - Scala
-
Updated
Apr 28, 2022 - C++
-
Updated
Feb 20, 2019 - Python
-
Updated
May 12, 2022 - JavaScript
Issue
Some tables are not nicely generated by sphinx, cf.
Proposal
Use list-table as in this example:
.. list-table::-
Updated
May 25, 2022 - Python
-
Updated
Apr 12, 2022 - Python
-
Updated
May 11, 2022 - Python
-
Updated
May 30, 2022
Improve this page
Add a description, image, and links to the topology topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the topology topic, visit your repo's landing page and select "manage topics."
We currently try to open /sys/devices/system/cpu/cpuX/cache/indexY/shared_cpu_map for every PU and Y between 0 and 9. That's usually 6 useless syscalls per PU since most CPUs have 4 caches per PU. That's almost 1ms per PU.
Linux numbers caches from 0 to N-1 internally but some of them might get skip when added to sysfs for some reasons (see cache_add_dev() in drivers/base/cacheinfo.c). That mea