Skip to content

Commit

Permalink
Changes.md : Update to summarise recent performance improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Jul 11, 2023
1 parent 4e7f400 commit b5dbb62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ API
- Handle::AngularDrag : Added `isLinearDrag()` method.
- Widget : Added per-widget control over colour display transforms via new `setDisplayTransform()`, `getDisplayTransform()` and `displayTransform()` methods.
- VisibleSet : Added `VisibleSet::Visibility` struct containing `drawMode` and `descendantsVisible` members.
- ValuePlug : Improved `getValue()` performance, particularly when retrieving previously computed values from the cache. One benchmark shows a 50% reduction in runtime when the cache is under heavy contention from many threads.

Breaking Changes
----------------
Expand Down

0 comments on commit b5dbb62

Please sign in to comment.