msgpack_ext: added string() function for decimal#525
msgpack_ext: added string() function for decimal#525babyTsakhes wants to merge 1 commit intomasterfrom
Conversation
Added function for converting decimal type to string, added tests for this function. Fixed function name. Added test for decimal conversion. Added benchmark test confirming that using self-written function is faster than using function from library. Added #322
|
Compared to the previous PR, I adjusted the tests. Please review it. |
|
2026-02-08T15:38:16.0418508Z WARNING: DATA RACE |
Added function for converting decimal type to string, added tests for this function. Fixed function name. Added test for decimal conversion. Added benchmark test confirming that using self-written function is faster than using function from library.
Added #322