erezak / libphonenumber-csharp

Forking original c# port
Apache License 2.0
198 stars 79 forks source link

x86 vs x64 while running in IIS app pool #20

Closed dmumladze closed 8 years ago

dmumladze commented 8 years ago

I noticed that if I enable 32 bit apps in IIS app pool, phone validation is very fast and taking a lot less CPU, whereas default 64 bit without enabling 32 bit apps is very slow and taking a lot of CPU.

BTW, I got this lib from nuget. I'm going to try and compile 64 bit myself and see how it goes, but does anyone noticed similar issue?

Cheers!

David

dmumladze commented 8 years ago

32-bit mode is magnitude faster.