close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "darcs": Can't find an appropriate component, maybe the corresponding plugin was not enabled? ). Look in the Trac log for more information.
- Timestamp:
-
2010-03-12 07:01:27 (15 years ago)
- Author:
-
zooko
- Comment:
-
yay
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v7
|
v8
|
|
53 | 53 | }}} |
54 | 54 | |
55 | | The naive approach is slower than the !StringChain class, and the bigger the dataset the slower it goes. The !StringChain class is scalable (with regard to these benchmarks at least...). |
| 55 | The naive approach is slower than the !StringChain class, and the bigger the dataset the slower it goes. The !StringChain class is fast and also it is scalable (with regard to these benchmarks at least...). |
56 | 56 | |
57 | 57 | Okay how do you use it? It is very simple -- see [source:stringchain/stringchain.py] and let me know if that interface doesn't fit your use case. |