Skip to content

Commit 79d3f86

Browse files
authored
Merge pull request #28 from dhendriks/25-change-callbacks-to-use-functional-interfaces
#24 #25 Reworked statistics and callbacks.
2 parents fb55ebc + 8ae80c7 commit 79d3f86

File tree

3 files changed

+476
-234
lines changed

3 files changed

+476
-234
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
## [2.0.1] - unreleased
66

77
* Improved license headers, and related changes.
8+
* Completely reworked the statistics callbacks API.
9+
* No statistics callbacks are registered by default any more, but they are still available to be registered manually.
10+
* Added statistics callbacks for operation cache statistics, maximum used BDD node statistics and continuous performance statistics.
11+
* Removed non-callback use of garbage collection statistics, variable reordering statistics and continuous performance statistics.
12+
* The maximum used BDD nodes statistics are now properly copied when a `JFactory` is cloned.
813

914
## [2.0.0] - 2021-10-28
1015
* Added CHANGES.md to track changes between releases.

0 commit comments

Comments
 (0)