Geethapranay1 commented on issue #3524:
URL: https://github.com/apache/fory/issues/3524#issuecomment-4156199547

   Yeah I can do that! The bottleneck is `SignSymmetryForNonNaNBitPatterns` it 
brute-forces ~41k float32 bit patterns which takes ~246s under ASAN. I'll 
rework it to sample the interesting regions (underflow/overflow boundaries, 
subnormals) instead of scanning the whole range. Will push a PR soon.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to