Expand description
This file was re-modified based on the following program in Crossbeam-Utils.
Source: <https://github.com/crossbeam-rs/crossbeam/blob/master/crossbeam-utils/src/cache_padded.rs>
Copyright & License:
- The Crossbeam Project Developers
- The MIT License (MIT) or Apache License 2.0 ‘https://opensource.org/licenses/MIT’ ‘https://www.apache.org/licenses/LICENSE-2.0’
Structs§
- Cache
Padded - Aligns an object size to CPU cache line size to prevent false-sharing.