numo-narray icon indicating copy to clipboard operation
numo-narray copied to clipboard

implement == method

Open masa16 opened this issue 4 years ago • 0 comments

Currently a == b is implemented as (a.eq b).count_false == 0, but this is not efficient.

masa16 avatar Jul 11 '19 04:07 masa16