MASQ-Project / Node

MASQ combines the benefits of VPN and Tor technology to create a superior next-generation privacy software, where users are rewarded for supporting an uncensored global web. Users gain privacy and anonymity online, while helping promote Internet Freedom.
https://masqbrowser.com
Other
173 stars 28 forks source link

Enhance Geolocation Database to run from memory after Node starts-up #448

Open kauri-hero opened 3 months ago

kauri-hero commented 3 months ago

Suggestion - there is a performance aspect to this card because the country information is stored in compressed format. (we don't want the source code and Node binary to be large) Its now around 2.5 Mb

Once, Node boots up, there could be a hashmap in memory which allows searching of the IP blocks to be very performant

Originally posted by @kauri-hero in #388