msgpack_ext: added string() function for decimal#525
msgpack_ext: added string() function for decimal#525babyTsakhes wants to merge 1 commit intomasterfrom
Conversation
|
Compared to the previous PR, I adjusted the tests. Please review it. |
|
2026-02-08T15:38:16.0418508Z WARNING: DATA RACE |
|
Please, rebase the PR. |
6795e0e to
126f5e2
Compare
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
126f5e2 to
a6342c0
Compare
|
Please take a look. |
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