You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #3828 adds hooks for Int and Bool sorted values that currently require frequent conversions from domain values to the internal types Integer and Bool (see #3828 (comment))
We should test an implementation that internalises these two sorts to avoid the conversion overhead.
If/when further hooks for other primitive types (String, Bytes) are implemented, they should likewise be internalised.
The text was updated successfully, but these errors were encountered:
PR #3828 adds hooks for
Int
andBool
sorted values that currently require frequent conversions from domain values to the internal typesInteger
andBool
(see #3828 (comment))We should test an implementation that internalises these two sorts to avoid the conversion overhead.
If/when further hooks for other primitive types (
String
,Bytes
) are implemented, they should likewise be internalised.The text was updated successfully, but these errors were encountered: