Daeer-Projects/Converter.Temperature

Split `long` conversions into own system (when `long` type has been added)

Closed this issue · 0 comments

When running the benchmarks for the library, I found the double conversion to be the most performant.

The other conversions all get parsed to a double which slows the process down. Not much to be a problem, as the slowest conversion was still measured in nanoseconds.

This task is to create a new set of methods that will explicitly convert from and to the long value type.