summaryrefslogtreecommitdiff
path: root/test/benchmarks
diff options
context:
space:
mode:
authorRex Kerr <ichoran@gmail.com>2014-11-21 17:20:41 -0800
committerRex Kerr <ichoran@gmail.com>2014-11-21 17:20:41 -0800
commit7cf0370ef9e68b60f594143447b753945a8a8780 (patch)
tree3c46fbe66b663ad94a88cef80ef05f69d0490cd3 /test/benchmarks
parentc4df20d29a8d15ef23cf0d10fad56da0791bbbf6 (diff)
downloadscala-7cf0370ef9e68b60f594143447b753945a8a8780.tar.gz
scala-7cf0370ef9e68b60f594143447b753945a8a8780.tar.bz2
scala-7cf0370ef9e68b60f594143447b753945a8a8780.zip
SI-6519 PagedSeq is not lazy enough
This was actually an issue with `length` of all things--it wasn't stopping scanning when it was past the end of what was requested. It'd just gratuitously read everything. Also fixed an overflow bug with isDefinedAt along the way (start + index > Int.MaxValue would always return true despite never working).
Diffstat (limited to 'test/benchmarks')
0 files changed, 0 insertions, 0 deletions