summaryrefslogtreecommitdiff
path: root/test/files/run/Course-2002-03.check
diff options
context:
space:
mode:
authorEugene Vigdorchik <eugene.vigdorchik@gmail.com>2013-03-21 12:14:52 +0400
committerEugene Vigdorchik <eugene.vigdorchik@gmail.com>2013-03-21 21:32:54 +0400
commit1b3a379e7b0518279ceae3a47135df35b4fe3439 (patch)
treeccaf2095c04a70056316745e92615b8697267733 /test/files/run/Course-2002-03.check
parent7adab908d661f1b238a96972e96ed11ea497bcdc (diff)
downloadscala-1b3a379e7b0518279ceae3a47135df35b4fe3439.tar.gz
scala-1b3a379e7b0518279ceae3a47135df35b4fe3439.tar.bz2
scala-1b3a379e7b0518279ceae3a47135df35b4fe3439.zip
SI-7102 Specialize isEmpty for bitsets
Currently bitsets use default isEmpty implementation inherited from Set, which tests for "size == 0". Calculating the size of a word in a bitmap requires summing through all bits set, whereas testing for emptyness needs only one comparison with zero. This commit overrides the default implementation with the specialized one looking for a non-zero word in this bitmap.
Diffstat (limited to 'test/files/run/Course-2002-03.check')
0 files changed, 0 insertions, 0 deletions