Skip to content

Release 2.18.0

Choose a tag to compare

@FrancescAlted FrancescAlted released this 13 Jun 07:58
· 345 commits to main since this release

Changes from 2.17.1 to 2.18.0

  • New b2nd_concatenate() function for concatenating two b2nd arrays.
    See PR #661 and #663.
  • Flush modified pages only in write mode for mmap files. Thanks to Jan Sellner.