#shared-memory #buffer #cloning #write #contiguous #chunk #shared-memory-builder

to_shmem

Trait to write to a contiguous chunk of shared memory

2 unstable releases

new 0.1.0 Oct 22, 2024
0.0.0 Feb 15, 2023

#314 in Algorithms

Download history 15/week @ 2024-07-03 24/week @ 2024-07-10 22/week @ 2024-07-17 32/week @ 2024-07-24 34/week @ 2024-07-31 22/week @ 2024-08-07 20/week @ 2024-08-14 19/week @ 2024-08-21 20/week @ 2024-08-28 16/week @ 2024-09-04 19/week @ 2024-09-11 26/week @ 2024-09-18 37/week @ 2024-09-25 36/week @ 2024-10-02 28/week @ 2024-10-09 108/week @ 2024-10-16

218 downloads per month
Used in selectors

MPL-2.0 license

35KB
595 lines

Trait for cloning data into a shared memory buffer.

This module contains the SharedMemoryBuilder type and ToShmem trait.

We put them here (and not in style_traits) so that we can derive ToShmem from the selectors and style crates.

Dependencies

~0–5MB