Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pypy.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PyPy
pypy.org
Commits
617ca383
Commit
617ca383
authored
13 years ago
by
Armin Rigo
Browse files
Options
Downloads
Patches
Plain Diff
Document modules where we don't have an RPython version at all.
parent
90111475
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/performance.txt
+5
-0
5 additions, 0 deletions
source/performance.txt
with
5 additions
and
0 deletions
source/performance.txt
+
5
−
0
View file @
617ca383
...
...
@@ -56,6 +56,11 @@
might be worthwhile to consider rewriting it as a pure Python version,
using something like ``ctypes``.
* **Missing RPython modules**: A few modules of the standard library
(like ``csv`` and ``cPickle``) are in C in CPython, but in pure Python
in PyPy. Sometimes the JIT is able to do a relatively good job, and
sometimes not. In any case it is still slower in PyPy than in CPython.
We generally consider things that are slower on PyPy than CPython bugs
of PyPy. In case you find some issue that is not documented here,
please report it to our `bug tracker`_ for investigation.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment