Skip to content

v3.0

Compare
Choose a tag to compare
@stevemk14ebr stevemk14ebr released this 19 Oct 18:50
· 1 commit to master since this release
  • Improves memory usage significantly by streaming pclntab candidates over a go channel. This prevents all the candidates from being held in memory. Using this generator pattern partially addresses the long time issue of OOM reported in #61
    • This comes at the expense of processing time as some operations are now repeated