Interesting, does the lua execute server side? If so, it has direct access to the data in memory?
This algorithm is actually very similar to how I first broke down the WURFL data set into its atomic tokens. As stated before, that was a losing battle and I eventually replaced with OpenDDR. Also, I was thrown off by the mention of 'similar'. It made me think fuzzy search. In this context, it looks like its doing statistical set theory??? In my research, I found regex a good language to express fuzzy searches. This is why I think regex is a good addition to pattern matching and why its core to dClass. Btw, whats the status of the new DDR? ________________________________ From: Werner Keil <[email protected]> To: [email protected] Sent: Wednesday, February 13, 2013 6:38 AM Subject: Re: Data model Interesting post about Redis, the non-relational DB Eberhard used for his service approach: http://architects.dzone.com/articles/redis-and-lua-nosql-power The author got some interesting stuff on their GitHub site, not just for Lua. Werner
