cache-padded 1.3.0

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
14
[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"
edition = "2018"
exclude = ["/.*"]
homepage = "https://github.com/smol-rs/cache-padded"
keywords = ["cache", "padding", "lock-free", "atomic"]
license = "Apache-2.0 OR MIT"
name = "cache-padded"
readme = "README.md"
repository = "https://github.com/smol-rs/cache-padded"
rust-version = "1.31"
version = "1.3.0"