Remi Chateauneu

Results 17 comments of Remi Chateauneu

Done. Tested on Windows with interesting results (No compilation warning). I plan an extra speedup by recoding a division by 10000.

Here is what I have with Visual Studio 2013, Win32 model, Intel G3250, 3.2 GHz . These results made me think it was worth sharing them. I let you see...

Indeed, just a subset of pywin32 would help a lot. pywin32 is a fantastic tool. Many thanks.

Sorry but I cannot find haystack-dump in the tarball and the git repository ...

PsutilProcConnections.connections returns this error: ``` survol/lib_psutil.py:100: in PsutilProcConnections return proc.connections(kind) /home/rchateau/.local/lib/python3.8/site-packages/psutil/__init__.py:1162: in connections return self._proc.connections(kind) /home/rchateau/.local/lib/python3.8/site-packages/psutil/_pslinux.py:1576: in wrapper return fun(self, *args, **kwargs) /home/rchateau/.local/lib/python3.8/site-packages/psutil/_pslinux.py:2132: in connections ret = _connections.retrieve(kind, self.pid) /home/rchateau/.local/lib/python3.8/site-packages/psutil/_pslinux.py:1011:...

I tested it on Windows and the complete log file is attached (Linux test comes later): Install command: ``` C:\Users\rchateau\Developpement\ReverseEngineeringApps\rdflib_Contributions\rdflib_cython\rdflib_rchateauneu\rdflib>set PYTHONPATH=% DEST%\Lib\site-packages&py -3.6 setup.py --with-cython install --prefix %DEST% 2>&1 >...

Here is my test on Linux (WSL, Windows Subsystem for Linux, in fact, but I hope it works similarly): I have attached the log file of the installation: [rdflib_ctyhon_linux.log](https://github.com/RDFLib/rdflib/files/6758308/rdflib_ctyhon_linux.log) Here...

Thanks. I need to find another Linux box, because tests are running fine on mine.

I can try. Can you please recommend a configuration, so we will use the same tools ? Many thanks. On Fri, Jul 16, 2021 at 4:11 PM Natanael Arndt ***@***.***>...

I can reproduce it with this distribution: ``` Linux version 4.11.8-300.fc26.x86_64 ([email protected]) (gcc version 7.1.1 20170622 (Red Hat 7.1.1-3) (GCC) ) #1 SMP Thu Jun 29 20:09:48 UTC 2017 ```...