Skip to content

libdna v1.3

Latest
Compare
Choose a tag to compare
@kloetzl kloetzl released this 30 Oct 15:20
· 56 commits to master since this release

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