Skip to content

marisa-trie v0.2.7

Choose a tag to compare

@s-yata s-yata released this 17 May 09:25
· 114 commits to master since this release

What's Changed

  • remove extra semicolon by @Karry in #25
  • select_bit: Extract 32-bit non-SSE2 version by @jmr in #29
  • BitVector::build_index: 100x speedup by @jmr in #28
  • Add string_view getters and setters by @jmr in #27
  • Use MARISA_DEBUG_IF in scoped-*.h as opposed to MARISA_THROW_IF by @tony-mak in #32
  • marisa-build: Change long arg name to --num-tries by @jmr in #48
  • Use (0 - x) instead of (~x - 1) for -x by @jmr in #34
  • Fix detection of MARISA_WORD_SIZE by @ncopa in #58

New Contributors

Full Changelog: v0.2.6...v0.2.7