Skip to content

0.3.1

Compare
Choose a tag to compare
@stephenberry stephenberry released this 19 Jan 17:16
· 1955 commits to main since this release
  • Removed undefined behavior (using std::memcpy rather than reinterpret cast)
  • Passes address sanitizer checks
  • Requires null terminated contiguous buffers when reading, allowing further optimizations removing end checks
  • Removed CPM from CMake setup
  • Fixed issues with calling functions across the API