Skip to content

Instantly share code, notes, and snippets.

View massakam's full-sized avatar

Masahiro Sakamoto massakam

View GitHub Profile
import java.util.ArrayList;
import java.util.List;
import org.apache.pulsar.common.util.collections.ConcurrentOpenHashMap;
public class ThreadTest {
private static final int NUM_THREADS = 100;
private static ConcurrentOpenHashMap<String, List<Object>> map = new ConcurrentOpenHashMap<>();