dpservis / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

support cDecimals module (beter performance) #123

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Bots uses datatype Decimal for format checking.
This module is in the std library and is written in python.
Profiling bots performance shows a lot of time is spend in this module.
There is a dropin replacementwritten in C/C++: 
http://www.bytereef.org/mpdecimal/index.html

As I understand this module is to be included in upcoming python versions.

If this module is installed, it will be used; if it is not installed the module 
in the std library is used.

Installing this module leads to performance improvements.

Original issue reported on code.google.com by hjebb...@gmail.com on 30 Mar 2012 at 12:19

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2013 at 12:45