Skip to content

v0.2.1

Compare
Choose a tag to compare
@mooreryan mooreryan released this 22 Jan 23:47

v0.2.1 -- 2021-01-22

Changed

  • Reduced memory usage and data copying.
    • Use an online mean function for Yi_MH values rather than storing all non-burn iterations. This saves a good bit of memory.
    • Reuse pre-allocated vectors and avoid some needless copying in the dsyrk results. It's saves a bit of runtime and memory.
  • Move documentation from the ./docs directory into a new repository. This sets up using mdBook for generating nice online documentation.
  • Fixed some Clippy warnings.