Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pypy

Pypy Significantly Slower Than Cpython

I've been testing a cacheing system of my making. Its purpose is to speed up a Django web appli… Read more Pypy Significantly Slower Than Cpython

Pypy: Positional And Named Binds Cannot Be Intermixed

I've successfully installed cx_Oracle on pypy using official patch. Now, everytime, django trie… Read more Pypy: Positional And Named Binds Cannot Be Intermixed

Stackless In Pypy And Pypy + Greenlet - Differences

New version of PyPy ships with integrated Stackless. As far as I know the bundled Stackless is not … Read more Stackless In Pypy And Pypy + Greenlet - Differences

Calling A Python File Within Pypy

I recently moved to PyPy. It's amanzingly fast, but a lot of python libraries are not implement… Read more Calling A Python File Within Pypy

Rpython Ord() With Non-ascii Character

I'm making a virtual machine in RPython using PyPy. My problem is, that I am converting each ch… Read more Rpython Ord() With Non-ascii Character

Using Numpy With Pypy

I am using some numpy tools (mainly arrays) and I wanted to run the script with pypy, but i can'… Read more Using Numpy With Pypy

How To Install Pypy For Python 3.5?

I want to install Pypy for python 3.5.3. I am using Windows 10, 64 bits. I have looked in pypy webs… Read more How To Install Pypy For Python 3.5?

Optimizing For PyPy

(This is a follow-up to Statistical profiler for PyPy) I'm running some Python code under PyPy … Read more Optimizing For PyPy