module DB
  @data = Concurrent::Map.new

  # increment a counter for char
  def self.add(char, count)