On Mar 31, 2014, at 11:41 AM, Nicolas Lapomarda <[email protected]> wrote:
> Using CBL, my console gets filled with these strings: > *** Slow comparison of 'sandrine thommen' and 'séverine vidal' Oops -- that wasn't supposed to get checked in :( I bet it's slowing down your view indexing too. Fortunately it's only on master, not in a release. I've just pushed a commit that removes it, 27c4ccd. (I added a faster string comparison routine in the JSON collator a few weeks ago in commit 33ffa2d. The log message points out instances where the fast comparison can't be used, because it only supports ASCII, so the collator falls back to the original NSString-based comparison.) --Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/6CDB7E17-2C22-42DF-B4E1-4C0A4F555839%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
