care to elaborate how it compares to other js templating frameworks? (ie. features, speed)
Speed wise, I haven't benchmarked it, but it uses regex (admittedly not the best way) and jquery.append() to do the heavy-lifting, that combined with the fact it's doing very little, it should be very fast.
I'm working on making it parse the template first that way I can get rid of the regex, or at least minimize it's usage.