Message 59824 - Python tracker (original) (raw)
Message59824
Author | christian.heimes |
---|---|
Recipients | christian.heimes, mark.dickinson |
Date | 2008-01-12.16:57:16 |
SpamBayes Score | 0.012321337 |
Marked as misclassified | No |
Message-id | 1200157039.19.0.510205687834.issue1811@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
How fast is your algorithm compared to the current algorithm and where starts the break even zone? Most users use only small integers so it might be a good idea to use a simpler algorithm for longs with Py_SIZE() == 1. This is important for py3k. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2008-01-12 16:57:19 | christian.heimes | set | spambayes_score: 0.0123213 -> 0.012321337recipients: + christian.heimes, mark.dickinson |
2008-01-12 16:57:19 | christian.heimes | set | spambayes_score: 0.0123213 -> 0.0123213messageid: 1200157039.19.0.510205687834.issue1811@psf.upfronthosting.co.za |
2008-01-12 16:57:16 | christian.heimes | link | issue1811 messages |
2008-01-12 16:57:16 | christian.heimes | create |