Skip to content

Conversation

@yellowhatter
Copy link
Contributor

@yellowhatter yellowhatter commented Oct 17, 2025

  • reorganize shm examples
  • add custom shm provider backend example
  • add shm provider backend selection example

- add custom shm provider example
@yellowhatter yellowhatter self-assigned this Oct 17, 2025
@yellowhatter yellowhatter added the enhancement Existing things could work better label Oct 17, 2025
@codecov
Copy link

codecov bot commented Oct 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.86%. Comparing base (636f431) to head (6c5b5cf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2209      +/-   ##
==========================================
+ Coverage   71.84%   71.86%   +0.01%     
==========================================
  Files         377      377              
  Lines       61281    61272       -9     
==========================================
+ Hits        44030    44035       +5     
+ Misses      17251    17237      -14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yellowhatter yellowhatter added the release Part of the next release label Oct 31, 2025
Copy link
Contributor

@evshary evshary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some nitpicks


impl From<&MemoryLayout> for core::alloc::Layout {
fn from(value: &MemoryLayout) -> Self {
// SAFERY: this is safe because `MemoryLayout`'s size and alignment are already checked
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SAFETY?

@@ -0,0 +1,262 @@
//
// Copyright (c) 2023 ZettaScale Technology
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use 2025 as this is a new file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Existing things could work better release Part of the next release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants