gbb/numpy-fast-any-all
30x faster than using numpy.any/all (numpy 1.7), syntactically sweeter than numpy.logical_or/logical_and, trivial implementation, no need for idiomatic approaches to performance.
GitHub repository with 5 stars and 1 forks.
Language: Python