INNER CODE UNIT · C#

RunCountryStatusSeekAsync

ZoneTree/ZoneTree · benchmarks/zonetree-scan-lab/Program.cs:266

  public Task RunCountryStatusSeekAsync(CountryStatusKey[] keys) =>
      RunCountryStatusIteratorSeekAsync("seek country/status", keys);

  public Task RunCountryStatusRepeatedSeekAsync(CountryStatusKey[] keys) =>
      RunCountryStatusIteratorSeekAsync("repeated-seek country/status", keys);

  public Task RunCountryStatusPrefixSeekAsync(CountryStatusKey[] prefixes) =>
      RunCountryStatusIteratorSeekAsync("prefix-seek country/status", prefixes);

  Task RunCountryStatusIteratorSeekAsync(string name, CountryStatusKey[] keys) =>
      ScanExecution.RunPartitionedAsync(
          name,
          keys.Length,
          config.Parallelism,
          (start, count, checksum) =>
          {
            if (config.ReuseIterator)
            {

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…