Package lupos.datastructures.sort.run.trie

Examples of lupos.datastructures.sort.run.trie.TrieBagRuns


    this.NUMBER_ELEMENTS_IN_INITIAL_RUNS = NUMBER_ELEMENTS_IN_INITIAL_RUNS;
    this.runs = runs;
  }

  public ExternalSorter(){
    this(new TrieBagRuns(), 1000);
  }
View Full Code Here


 
  /**
   * Default constructor using default parameters...
   */
  public ExternalParallelSorter(){
    this(8, 1000, 2, 10, new TrieBagRuns(), true);
  }
View Full Code Here

TOP

Related Classes of lupos.datastructures.sort.run.trie.TrieBagRuns

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.