How much money do you need to implement the 4+GB RAM (true 64bit) for pypy?
My AI program can only use 4GB of RAM in pypy. How much in CAD would you need to implement the 64 bit solution? Pypy has made my code so fast, that C++ is possibly not worth writing in ATM.
On Wed, Jun 2, 2021 at 9:16 PM super smart <super777smart@gmail.com> wrote:
My AI program can only use 4GB of RAM in pypy. How much in CAD would you need to implement the 64 bit solution?
Pypy has made my code so fast, that C++ is possibly not worth writing in ATM.
This works fine for me on a 16 Gig system: /usr/local/pypy3-7.3.3/bin/pypy3 -c 's = "a" * 2**33' Is it possible you're using a 32 bit build of pypy?
On 2/6/21 11:48 pm, super smart wrote:
My AI program can only use 4GB of RAM in pypy. How much in CAD would you need to implement the 64 bit solution?
Pypy has made my code so fast, that C++ is possibly not worth writing in ATM.
Please donate at https://opencollective.com/pypy If you are using windows, we now have a first 64-bit version available. We still need to - complete feature parity with CPython (winconsoleio, audit events, faulthandler) - improve the installer and virtualenv compatibility - make sure performance is equivalent to linux, especially around IO If you cannot contribute directly to help us work on these, perhaps you could sponsor a directed effort. Sums on the order of $10,000 would go a long way toward enabling PyPy developers to work on the project. One thing that would really help us is to get the word out via user stories like yours. Do you have a link to a blog post about your experience or would you like to write one for https://pypy.org/blog? Matti
participants (3)
-
Dan Stromberg
-
Matti Picus
-
super smart