This release includes some decent performance tweaks as well as general improvements. Changes include
- Turn
dnax_find_first_mismatch
into an inline function to remove the function call overhead. - Turn
dnax_find_first_of
into an inline function to remove the function call overhead. - Complete rewrite of
dnax_translate
for 2x the performance. - Added an invertible hash function.
- More examples.
Full Changelog: v1.2...v1.3