Skip to content

Instantly share code, notes, and snippets.

@emoseman
emoseman / search_perf.java
Created October 25, 2013 20:29
Some tests for array search performance.
package com.aol.data.api.query;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSortedMap;
import org.apache.commons.lang3.time.StopWatch;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.security.SecureRandom;