Skip to content
garyKeorkunian edited this page Jun 23, 2017 · 8 revisions

The following features and improvements are planned for future releases.

  • Optimize Performance and / or Conversion Precisions - Issue #15
    • Using a Double as the underlying value is likely providing the best performance
    • Better precision will likely take the form of replacing the underlying Double value with a Generic Type so that user code can choose a more precise type such as those provided by the Spire project
  • Additional Quantity Types, Units and Dimensional Conversions (as requested / identified)
  • JSON Marshalling Support perhaps with a companion project or two for specific bindings (ie, squants-json4s) - Issue #22
  • Enhance documentation and support presence
  • Typesafe Activator Sample Project / Template
  • Review the potential of using macros to reduce boiler plate around unit definitions