Just saw [http://lemire.me/blog/2017/02/14/how-fast-can-you-count-lines](http://lemire.me/blog/2017/02/14/how-fast-can-you-count-lines)/
Speed increase by factor of 10 by SIMD instructions is not bad, and it is a relative simple SIMD example. Maybe some time in future that will be possible in Nim too... [EDIT] Well, maybe it is already possible using [https://forum.nim-lang.org/t/212#17578](https://forum.nim-lang.org/t/212#17578) [https://github.com/jcosborn/qex/tree/master/src/simd](https://github.com/jcosborn/qex/tree/master/src/simd)
