Skip to content

Releases: shenwei356/wfa

wfa-go v0.3.0

10 Jun 20:56
Compare
Choose a tag to compare
  • v0.3.0
    • faster speed and lower memory simply by changing the default value of OFFSETS_BASE_SIZE from 2048 to 128.
    • setting WAVEFRONTS_BASE_SIZE and OFFSETS_BASE_SIZE as global variables, not constants.

wfa-go v0.2.3

10 Jun 14:48
Compare
Choose a tag to compare
  • v0.2.3
    • fix adaptive reduction.

wfa-go v0.2.2

03 Jun 19:23
Compare
Choose a tag to compare
  • v0.2.2
    • fix a concurrency bug when using multiple aligners.

wfa-go v0.2.1

01 Jun 11:31
Compare
Choose a tag to compare
  • v0.2.1
    • fix missing of bounds checking in adaptive reduction.

wfa-go v0.2.0

30 May 20:39
Compare
Choose a tag to compare
  • v0.2.0
    • rewrite the whole package.
    • more accurate.
    • 2X faster than v0.1.0, lower memory.

wfa-go v0.1.0

29 May 07:52
Compare
Choose a tag to compare
  • v0.1.0
    • first version.
    • The speed is not ideal as the data structures and backtrace algorithm are inefficient.