CC: | ikegami [...] adaelis.com |
Subject: | Unicode performance enhancement |
If unicode is "set to a true value, DBD::SQLite will turn the UTF-8 flag
on for all text strings coming out of the database."
It's my understanding that turning on the UTF8 flag has a performance
penalty on many string operations. It would be better if the UTF8 flag
is left off for strings that match /^[\x00-\x7F]*\z/.