msgpack_ext: added string() function for decimal#525
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. |
126f5e2 to
a6342c0
Compare
|
Please take a look. |
oleg-jukovec
left a comment
There was a problem hiding this comment.
Please, rebase the PR and update commit/PR messages.
a6342c0 to
0910a69
Compare
The commit adds a method 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. Closes #322
0910a69 to
745eb6a
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