Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
0c0914ed
Kaydet (Commit)
0c0914ed
authored
Nis 09, 2012
tarafından
Stefan Krah
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
_decimal is now 100x faster than the Python version in the pi benchmark.
üst
dd159ce6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
3.3.rst
Doc/whatsnew/3.3.rst
+2
-2
NEWS
Misc/NEWS
+1
-1
No files found.
Doc/whatsnew/3.3.rst
Dosyayı görüntüle @
0c0914ed
...
@@ -628,7 +628,7 @@ The new C version of the decimal module integrates the high speed libmpdec
...
@@ -628,7 +628,7 @@ The new C version of the decimal module integrates the high speed libmpdec
library for arbitrary precision correctly-rounded decimal floating point
library for arbitrary precision correctly-rounded decimal floating point
arithmetic. libmpdec conforms to IBM's General Decimal Arithmetic Specification.
arithmetic. libmpdec conforms to IBM's General Decimal Arithmetic Specification.
Performance gains range from 10x for database applications to
8
0x for
Performance gains range from 10x for database applications to
10
0x for
numerically intensive applications. These numbers are expected gains
numerically intensive applications. These numbers are expected gains
for standard precisions used in decimal floating point arithmetic. Since
for standard precisions used in decimal floating point arithmetic. Since
the precision is user configurable, the exact figures may vary. For example,
the precision is user configurable, the exact figures may vary. For example,
...
@@ -640,7 +640,7 @@ at http://www.bytereef.org/mpdecimal/quickstart.html.
...
@@ -640,7 +640,7 @@ at http://www.bytereef.org/mpdecimal/quickstart.html.
+---------+-------------+--------------+-------------+
+---------+-------------+--------------+-------------+
| | decimal.py | _decimal | speedup |
| | decimal.py | _decimal | speedup |
+=========+=============+==============+=============+
+=========+=============+==============+=============+
| pi |
42.75s | 0.58s | 74
x |
| pi |
38.89s | 0.38s | 100
x |
+---------+-------------+--------------+-------------+
+---------+-------------+--------------+-------------+
| telco | 172.19s | 5.68s | 30x |
| telco | 172.19s | 5.68s | 30x |
+---------+-------------+--------------+-------------+
+---------+-------------+--------------+-------------+
...
...
Misc/NEWS
Dosyayı görüntüle @
0c0914ed
...
@@ -147,7 +147,7 @@ Library
...
@@ -147,7 +147,7 @@ Library
- Issue #7652: Integrate the decimal floating point libmpdec library to speed
- Issue #7652: Integrate the decimal floating point libmpdec library to speed
up the decimal module. Performance gains of the new C implementation are
up the decimal module. Performance gains of the new C implementation are
between 1
2x and 8
0x, depending on the application.
between 1
0x and 10
0x, depending on the application.
- Issue #3573: IDLE hangs when passing invalid command line args
- Issue #3573: IDLE hangs when passing invalid command line args
(directory(ies) instead of file(s)) (Patch by Guilherme Polo)
(directory(ies) instead of file(s)) (Patch by Guilherme Polo)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment