Skip to content

Commit

Permalink
Set 'transposition growth' to 1.7x
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten authored Mar 11, 2024
1 parent 5ac21d0 commit 4280b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adiar/exec_policy.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ namespace adiar

public:
constexpr transposition_growth()
: _value(1.5f)
: _value(1.7f)
{}

/// \brief Wrap a `float`.
Expand Down

0 comments on commit 4280b7a

Please sign in to comment.