hi, i used to ask some string process question here, and found a bug, it seems you guys fix the bug but not use it
and this time , my problem is about the performance, i need to wrote a filter which search sorts of keywords in the target string , and stop if matched, this act require unicode input/output , so i wrote a trie like module to done it, it works ,but i found its too slower than using regex module so could you guys give some tips on string process performance? -- ME = { "name": [ "jyf", "yunfan", "wuxian" ], "im": { "gtalk": "jyf1...@gmail.com", "msn": "gee...@live.cn" }, "job": "python engineer", "site": "http://hi.baidu.com/jyf1987", "interested": { "tech": [ "linux", "python", "lua", "php", "html5", "c", "nosql"], "history": ["chinese history", "global history"], "SF": [ "hard SF", "Thought experiment" ], "music": [ "New Age", "Chinese old theme", "Electronic music", "Strange Music :}"] } }
_______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel