Join Slack
Powered by
Is there a reason `serializerOrNull<T>()` co...
# serialization
d
David Nault
02/11/2025, 6:03 PM
Is there a reason
serializerOrNull<T>()
couldn't be implemented as an intrinsic, or otherwise optimized? A bit of performance testing makes me suspect it's doing something expensive, on the order of throwing and catching an exception.
2
Views
Open in Slack
Previous
Next