You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Li Zhengji <zh...@gmail.com> on 2010/02/25 04:45:48 UTC

lazy start of couch_icu_driver

Hi all,

Since "raw collation" is introduced in 0.11, I suggest to make the
start of couch_icu_driver lazy. Then it's possible for applications
that does not care about Unicode collation to get rid of the large ICU
library completely.

Hope to see this in the 1st patch version of 0.11.

Re: lazy start of couch_icu_driver

Posted by J Chris Anderson <jc...@gmail.com>.
On Feb 25, 2010, at 2:07 AM, Li Zhengji wrote:

> I have just worked out a patch on branch 0.11.x.
> 

Awesome, if you can put it onto Jira here, we'll review it:

http://issues.apache.org/jira/browse/COUCHDB

Thanks,
Chris

> On Thu, Feb 25, 2010 at 1:36 PM, Jan Lehnardt <ja...@apache.org> wrote:
>> 
>> Do you have a patch to add that behaviour? :)
>> 
>> Cheers
>> Jan
>> --
>> 
> 
> -- 
> Li Zhengji


Re: lazy start of couch_icu_driver

Posted by Li Zhengji <zh...@gmail.com>.
I have just worked out a patch on branch 0.11.x.

On Thu, Feb 25, 2010 at 1:36 PM, Jan Lehnardt <ja...@apache.org> wrote:
>
> Do you have a patch to add that behaviour? :)
>
> Cheers
> Jan
> --
>

-- 
Li Zhengji

Re: lazy start of couch_icu_driver

Posted by Li Zhengji <zh...@gmail.com>.
Not yet.

On Thu, Feb 25, 2010 at 1:36 PM, Jan Lehnardt <ja...@apache.org> wrote:
>
>
> Do you have a patch to add that behaviour? :)
>
> Cheers
> Jan
> --

-- 
Li Zhengji

Re: lazy start of couch_icu_driver

Posted by Jan Lehnardt <ja...@apache.org>.
On 24 Feb 2010, at 19:45, Li Zhengji wrote:

> Hi all,
> 
> Since "raw collation" is introduced in 0.11, I suggest to make the
> start of couch_icu_driver lazy. Then it's possible for applications
> that does not care about Unicode collation to get rid of the large ICU
> library completely.
> 
> Hope to see this in the 1st patch version of 0.11.

Do you have a patch to add that behaviour? :)

Cheers
Jan
--