Skip to content

v0.2.4 -- Maintenance release

Latest
Compare
Choose a tag to compare
@dfsp-spirit dfsp-spirit released this 24 Apr 10:07

Version 0.2.4

  • Change: improve file reading performance by using buffered readers, thanks to @rbran
  • Fix #4, In vec32minmax use iterators to avoid clone/sort a vector, thanks to @rbran
  • Fix #3, Access to uninitialized memory, thanks to @rbran