RE: string optimization ideas [Re: precompiled regex's to lua]
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: string optimization ideas [Re: precompiled regex's to lua]
- From: "Paul Hudson" <phudson@...>
- Date: 2006年11月10日 15:08:02 -0000
>i've this on my todo list already...
>ideas, anyone?
Only that this problem is not specific to Lua - other languages have adopted
a similar way of handling strings (including, I believe, Java, although I
don't know a lot about that)
I believe I've read articles on the kind of techniques you suggest, but
years ago and I can't remember where :(
So there should be something in the literature about this topic that might
save some wheel re-invention?