-
Updated
Aug 14, 2021 - C
smp
Here are 63 public repositories matching this topic...
-
Updated
Aug 11, 2021 - C
Current State of the service-mesh-performance site
SMP has a new Community Group in Cloud Native Community Groups.
Desired State of the service-mesh-performance site
A reference to join this group should be added to the SMP website.
Community Group URL: https://community.cncf.io/service-mesh-performance-community/
Is your feature request related to a problem? Please describe.
Bitfields used to implement bitmaps have limited number of bits (32 or 64 based on the sizeof(uint64_t)
).
Certain flags and map-or-mask-fields require more than the limit.
Describe the solution you'd like
Implement array-based bitmap implementation without upper bit-count limit (bitmap_t
).
Add the following API
-
Updated
Aug 11, 2021 - Java
-
Updated
Aug 4, 2020 - C
Description
The images used on https://getnighthawk.dev/ are cropped off.
Expected Behavior
These images seemed to be cut off at source so we're in need of better images to replace these.
Screenshots
<
-
Updated
Aug 5, 2021 - Go
-
Updated
Jul 1, 2021
-
Updated
Feb 23, 2020 - C++
Lock primitives (spinlock
, mutex
, semaphore
, rwlock
) should all have their is_locked()
function.
This could be used in debugging assertions to make sure some golden rules are respected all along the kernel (lots of functions are assuming that some datas are already locked etc.).
Biggest beneficiaries are the vaspace_*
functions. They assumes current thread and current virtual add
-
Updated
Jul 18, 2021 - C
-
Updated
Aug 1, 2021 - Java
-
Updated
Feb 7, 2021
-
Updated
Jul 24, 2021 - C++
-
Updated
Mar 3, 2021 - Go
-
Updated
Dec 15, 2016 - Go
-
Updated
Aug 13, 2021 - C
-
Updated
Mar 31, 2021 - Java
Improve this page
Add a description, image, and links to the smp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the smp topic, visit your repo's landing page and select "manage topics."
Replace concrete Bastion Executor with Agnostik.
So everyone can use whatever they want as guarantee.