Partial Core Migration to Cython for Node Optimization
We are migrating parts of the core computational logic to Cython. This aims to enhance the performance of specific nodes by isolating critical sections in Cython while preserving the current Python-based API.