My experiments are all pretty old. Too old to be useful.
Currently I have commercial websites using web2py and I don't need to do
anything remarkable to make it faster. I just used good design techniques
and didn't do "premature optimization." I'm now re-writing a Rails, site,
a Java site, a
Ok. I buy that.
Speed is always a plus.
Whats are the calls to run web2py with pypy? Can you share a link or an
example? I cant seem to find that in the book.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://
It's hard to take these questions seriously when you haven't described your
speed problem. How is your website performing, and what are the
bottlenecks you've found?
Yes, many people, including myself, have experimented with pypy and web2py.
If you're observant, you'll notice there are many m
Have anyone tried this? Wondering if this is a way to gain some speed.
https://micropyramid.com/blog/running-django-with-pypy-to-boost-performance/
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.co
No.
On Sunday, May 28, 2017 at 8:50:15 AM UTC-7, Ron Chatterjee wrote:
>
> I understand that. No one is disputing better coding better performance.
> But the question is:
>
> Cython wrapper (
>
> Default. Py
>
> )
> Is it possible. If so how?
>
>
--
Resources:
- http://web2py.com
- http://web
I understand that. No one is disputing better coding better performance. But
the question is:
Cython wrapper (
Default. Py
)
Is it possible. If so how?
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.g
"Make it faster" is a nice goal, but it has many different components, and just
compiling everything with cython is not an easy way out.
The path to take, like with any software project, is to implement the function
that you need first. If, and only if, there is a performance problem, you
care
Actually, I am referring to cython. Not cpython.
Have anyone ever tried to put a cython wrapper into default.py?
https://www.quora.com/What-is-the-difference-between-Cython-and-CPython
On Monday, May 15, 2017 at 9:40:09 PM UTC-4, Ron Chatterjee wrote:
> Have anyone ever tried to put a wrapp
8 matches
Mail list logo