v3.0
- 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