realQuickRatio property

double realQuickRatio

Return an upper bound on ratio really quickly.

Implementation

double get realQuickRatio => _calculateRatio(
      min(_source.length, _target.length),
      _source.length + _target.length,
    );