Skip to content

Commit

Permalink
update pycsg add-on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Jan 18, 2024
1 parent 7ab9a5c commit 3e2c20e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/source/addons/pycsg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,17 @@ argument `quads` to ``True``.

Hard Core CSG - Menger Sponge Level 3 vs Sphere

Required runtime on an old Xeon E5-1620 Workstation @ 3.60GHz, with default recursion limit of 1000 on Windows 10:
Required runtime on an old Xeon E5-1620 Workstation @ 3.60GHz (2020), with default
recursion limit of 1000 on Windows 10:

- CPython 3.8.1 64bit: ~60 seconds,
- pypy3 [PyPy 7.2.0] 32bit: ~6 seconds, and using ``__slots__`` reduced runtime below 5 seconds, yes - pypy is
worth a look for long running scripts!
- PyPy [PyPy 7.2.0] 32bit: ~6 seconds, and using ``__slots__`` reduced runtime
below 5 seconds, yes - PyPy is worth a look for long running scripts!

Updated runtime in 2024 on an i7-12700K @ 3.60GHz (peak ~5GHz), Windows 11:

- CPython 3.11.6 64bit: ~3.4 seconds
- PyPy 3.9.18 [PyPy 7.3.13] 64bit: ~1.5 seconds

.. code-block:: Python
Expand Down
2 changes: 2 additions & 0 deletions notes/journals/2024_01_18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [[Numpy]] provides no binary wheel for PyPy 3.10 on Windows
- a binary wheel for PyPy 3.9 is available

0 comments on commit 3e2c20e

Please sign in to comment.