turtle-bazon / cl-maxminddb

GNU Lesser General Public License v3.0
4 stars 3 forks source link

Allow holding a database in memory. #4

Closed gruseom closed 3 years ago

gruseom commented 3 years ago

If you're doing a lot of lookups, it's much faster to do this than to call with-mmdb on every lookup.

turtle-bazon commented 3 years ago

Your changes cool! :) But I think you need to add some examples in README. What do you think about it? Also there are need to be described pros and cons with every access model. If you could do that, please do it. If not I will merge your PR and write doc yourself some later.

gruseom commented 3 years ago

I've added to the README. Does that work?