collections.namedtuple
tuple
These are speed optimisations for the inner loop of the frequently-called _get_candidate_file_descriptor_ranges function; see issue #40.
_get_candidate_file_descriptor_ranges
rebased onto a65465572773d6298523dffdc8d2b07f4221ab2d
These changes are now part of the main branch (commit aac98d4f). Closing this merge request.
Pull-Request has been closed by bignose
collections.namedtupletype, to instead use a nativetuplefor representing a file descriptor range.These are speed optimisations for the inner loop of the frequently-called
_get_candidate_file_descriptor_rangesfunction; see issue #40.