Skip to content

Commit c133400

Browse files
committed
Tag a release to push up the false-sharing optimization
1 parent 77a89b6 commit c133400

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
_No unreleased changes in the pipeline at the moment._
12+
13+
14+
## [5.0.4] - 2020-02-10
15+
1116
### Added
1217

1318
- Add a changelog to the repository.
@@ -19,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1924
### Fixed
2025

2126
- Drop now-unnecessary manual `rustfmt` configuration.
27+
- Avoid false sharing of back-buffer information.
2228

2329

2430
## [5.0.3] - 2020-02-07
@@ -213,7 +219,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
213219

214220

215221

216-
[Unreleased]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.3...HEAD
222+
[Unreleased]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.4...HEAD
223+
[5.0.3]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.3...v5.0.4
217224
[5.0.3]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.2...v5.0.3
218225
[5.0.2]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.1...v5.0.2
219226
[5.0.1]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.0...v5.0.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "triple_buffer"
3-
version = "5.0.3"
3+
version = "5.0.4"
44
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
55
description = "An implementation of triple buffering, useful for sharing frequently updated data between threads"
66
documentation = "https://docs.rs/triple_buffer/"

0 commit comments

Comments
 (0)