History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
eceb995a1b50 | Tibor Simko | Updated copyright years. | Feb 4 2008 | |||
ab9f1a1d70a4 | Samuele Kaplun | Fixed last standing bug! Maybe lost some bit of perfomance (but maybe not, it… | Oct 3 2007 | |||
31ed59bba051 | Samuele Kaplun | Addedd sanity checks with the possibility to switch them on/off via… | Aug 16 2007 | |||
e479647d2465 | Samuele Kaplun | Added many tests and many many exceptions checks. | Aug 16 2007 | |||
36cb4d1eb767 | Samuele Kaplun | Addedd even more tests and corrected the semantic of clear() method. | Aug 16 2007 | |||
5b77eb60056d | Samuele Kaplun | Maybe fixed a bug, previously introduced (set difference not in place). | Aug 15 2007 | |||
1cf32b7d1d60 | Samuele Kaplun | Fixed a bad bug about memory allocation, introduced with yesterday optimization. | Aug 15 2007 | |||
2d07bdc34350 | Samuele Kaplun | Fixed bug where intersection in place between empty intbitset and non empty… | Aug 14 2007 | |||
ff63087fee33 | Samuele Kaplun | Added nice speed optimizations for intersection and subtraction between… | Aug 13 2007 | |||
610dd098425b | Samuele Kaplun | Intbitset: Renamed universe to trailing_bits, some docstrings cosmetics, some… | Aug 10 2007 | |||
747a0cf07a73 | Samuele Kaplun | Fixed bug where intbitset.__nonzero__ reported wrongly non empty sets as empty. | Aug 10 2007 | |||
8d7ad21d69b6 | Samuele Kaplun | Fixed bad bug! | Aug 9 2007 | |||
cfdd1ea34eed | Samuele Kaplun | New intbitset with universe support. | Aug 9 2007 | |||
bfb7dba502bd | Samuele Kaplun | Removed wrong comment. | Aug 3 2007 | |||
07a20934c22d | Samuele Kaplun | New intbitset data structure for storing integer in a set, using fast bit-level… | Aug 3 2007 |
c4science · Help