cache-padded 1.1.1

Prevent false sharing by padding and aligning to the length of a cache line
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
categories = ["concurrency", "no-std"]
description = "Prevent false sharing by padding and aligning to the length of a cache line"
documentation = "https://docs.rs/cache-padded"
edition = "2018"
homepage = "https://github.com/stjepang/cache-padded"
keywords = ["cache", "padding", "lock-free", "atomic"]
license = "Apache-2.0 OR MIT"
name = "cache-padded"
readme = "README.md"
repository = "https://github.com/stjepang/cache-padded"
version = "1.1.1"