You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I can see and from my tests, the entire mmdb file is loaded in the memory.
Would be great if the lookup tree is traversed without loading the whole tree in memory as mmdb format is optimised for traversals like that.