Lines Matching refs:size
16 # the smallest item; the heap size is unchanged
18 # new item; the heap size is unchanged
94 sequences, which size is usually related to the amount of CPU memory),
100 produce runs which are twice the size of the memory for random input,
105 the last output value), it cannot fit in the heap, so the size of the
151 more appropriate when using a fixed-size heap. Note that the value
476 # When n>=size, it's faster to use sorted()
478 size = len(iterable)
482 if n >= size:
536 # When n>=size, it's faster to use sorted()
538 size = len(iterable)
542 if n >= size: