Re: Django and Cython

2018-08-03 Thread Daniel Anechitoaie
ive interpreter that you can drop in > for up to 3.5.x Python versions. > > On Wednesday, August 1, 2018 at 5:21:38 PM UTC-4, Daniel Anechitoaie wrote: >> >> I'm looking at frameworks like https://vibora.io/ that make use of >> Cython to greatly improve the per

Django and Cython

2018-08-01 Thread Daniel Anechitoaie
I'm looking at frameworks like https://vibora.io/ that make use of Cython to greatly improve the performance and I'm just wondering if something like this would work with Django? Was there any discussion (taken into consideration) about using Cython to boost the performance of certain aspects of