valkey icon indicating copy to clipboard operation
valkey copied to clipboard

Investigate integrating with fast_float

Open madolson opened this issue 5 months ago • 7 comments

I've seen a couple of posts recently about how both dragonflyDB and Redis integrated with https://github.com/fastfloat/fast_float to improve parsing of doubles. We use strtod (exposed as getDoubleFromObject) in sorted set computation. The library was implemented in C++, but we should be able to extract out the needed code that solves our specific use case.

madolson avatar Sep 24 '24 14:09 madolson