Implement more effective search by hiratara · Pull Request #20 · rushmorem/publicsuffix

The current implementation uses a linear search of the list when searching for domains. However, it is too slow when it contains a lot of elements like the .jp domain. This PR uses a tree data stru...