ferraridamiano / units_converter

Pure Dart package to easily convert units of mesurement, numeral systems and custom units.
https://pub.dev/packages/units_converter
MIT License
29 stars 15 forks source link

Implement a new algorithm for conversion #8

Closed ferraridamiano closed 3 years ago

ferraridamiano commented 3 years ago

The current algorithm for conversion is not very well optimized. It was made by me from scratch. As of today there are a ton of optimized graph exploration algorithm. I think we should implement something similar to the BFS algorithm. Once done this will be the 1.0 version (the library is already solid and tested for prdouction use).