kuno / GeoIP

GeoIP binding for nodejs(>=0.10) and iojs
GNU Lesser General Public License v2.1
414 stars 129 forks source link

speedup #2

Closed dvv closed 12 years ago

dvv commented 13 years ago

Hi!

Please, consider using seek algorythm from my https://github.com/dvv/simple-geoip -- the speedup is circa 4-6 times.

Feedback is very welcome.

TIA, --Vladimir

kuno commented 13 years ago

thanks, I do see the speedup with your new algorithms ( on my machine about 3x faster), I'll take it, and add your name as contributor.

It'll released with next version, 0.3.4.

twojcik commented 12 years ago

are those algorythms merged in ?

kuno commented 12 years ago

Yes, they were merged. But only in the old pure js implementation.