Re: Problem with module db_postgres on windows 64bit

2017-12-18 Thread cdome
libpq.dll can depend on several other dlls. Check if all required dlls are available. I usually use this tool: [http://www.dependencywalker.com](http://www.dependencywalker.com)/

Re: Nim versus Julia benchmark comparison

2017-12-18 Thread def
Branch prediction, CPU powersaving I guess.

Re: Nim versus Julia benchmark comparison

2017-12-18 Thread Tiberium
@mratsim Why does Nim need warm-up? I've never heard about that.

Problem with module db_postgres on windows 64bit

2017-12-18 Thread alexsad
Hey guys, I am trying to use the module db_postgres on windows 64bit. I got libpq.dll from [https://www.enterprisedb.com/download-postgresql-binaries](https://www.enterprisedb.com/download-postgresql-binaries) Win x86-64 Version 9.6.6 and put this dll into my executable folder but I get run