Open GoogleCodeExporter opened 9 years ago
in sdict, int if converted to string at first, using str(i).zfill(10). because
the core data structure used in sdict is "Ternary Search Tree", which is
designed for string searching.
However, we can walk around this problem at python-level. I will fix it soon.
Original comment by ccnu...@gmail.com
on 15 Mar 2012 at 1:29
Original comment by ccnu...@gmail.com
on 15 Mar 2012 at 1:45
Original comment by ccnu...@gmail.com
on 15 Mar 2012 at 1:55
Fixed.
Original comment by ccnu...@gmail.com
on 15 Mar 2012 at 1:56
Original issue reported on code.google.com by
davidwtb...@gmail.com
on 15 Mar 2012 at 12:02