Efficient f32 -> ascii -> f32 conversion?

If you are only storing them for retrieval and don't need to interpret them otherwise, you could just store them as 8 hex digits, or any denser invertible encoding that is acceptable to JSON.

4 Likes