Ok, so I managed to write an extension by directly using the **Python.h** 
header. This works great on Windows x86/x64 and Linux x86/x64, but not on Linux 
ARM x86 (Raspberry PI 3). By doesn't work I mean it compiles and executes, but 
**EVERY** call to the Nim compiled module (**.so** shared library) has about a 
one second delay where the CPU usage of one core jumps to 100%.

Is this a known issue on ARM? 

Reply via email to