Skip to content

Version 0.3.1

Latest

Choose a tag to compare

@lemire lemire released this 27 Jan 16:31

What's Changed

  • Defined direct codec instantiation without factory by @nyurik in #127
  • make getFromName return const codec by @nyurik in #125
  • Optimize individual codec instantiation by @nyurik in #129
  • Fix type conversion warnings by @pps83 in #131
  • Use size_t for return size in svb_encode/svb_decode by @pps83 in #135
  • Search CODECFactory::scodecmap only once by @pps83 in #134
  • Remove unnecessary use of std::move in initializefactory by @pps83 in #133
  • Use std::make_unique to create unique ptrs by @pps83 in #132
  • Fix debug assert in Simple8b and Simple16 when input lenght is unknown (0) by @gustingonzalez in #138
  • Update simde GIT_TAG to specific commit by @louwers in #141

New Contributors

Full Changelog: v0.3.0...v0.3.1