Re: Customization variable to disable Unicode collation?

2024-01-31 Thread Patrice Dumas
On Wed, Jan 31, 2024 at 08:19:21PM +, Gavin Smith wrote: > On Wed, Jan 31, 2024 at 10:38:36AM +0100, Patrice Dumas wrote: > > With collation also possible with XS/C, but with a different result than > > in perl, I think that there should be a way to use perl unicode > > collation from C too,

Re: Customization variable to disable Unicode collation?

2024-01-31 Thread Gavin Smith
On Wed, Jan 31, 2024 at 10:38:36AM +0100, Patrice Dumas wrote: > With collation also possible with XS/C, but with a different result than > in perl, I think that there should be a way to use perl unicode > collation from C too, in addition to using a unicode collation or not. > > Should it be a

Re: Customization variable to disable Unicode collation?

2024-01-31 Thread Patrice Dumas
On Sun, Jan 28, 2024 at 08:15:33PM +, Gavin Smith wrote: > Below is a patch to introduce a new variable to avoid using the > Unicode::Collate module. Turning the module off shortens run times by > about 5% (depending on the size of indices in the document). > > Users can use this if they

Re: Customization variable to disable Unicode collation?

2024-01-28 Thread Patrice Dumas
On Sun, Jan 28, 2024 at 08:52:02PM +, Gavin Smith wrote: > On Sun, Jan 28, 2024 at 09:25:38PM +0100, Patrice Dumas wrote: > > On Sun, Jan 28, 2024 at 08:15:33PM +, Gavin Smith wrote: > > > Below is a patch to introduce a new variable to avoid using the > > > Unicode::Collate module.

Re: Customization variable to disable Unicode collation?

2024-01-28 Thread Gavin Smith
On Sun, Jan 28, 2024 at 09:25:38PM +0100, Patrice Dumas wrote: > On Sun, Jan 28, 2024 at 08:15:33PM +, Gavin Smith wrote: > > Below is a patch to introduce a new variable to avoid using the > > Unicode::Collate module. Turning the module off shortens run times by > > about 5% (depending on

Re: Customization variable to disable Unicode collation?

2024-01-28 Thread Patrice Dumas
On Sun, Jan 28, 2024 at 08:15:33PM +, Gavin Smith wrote: > Below is a patch to introduce a new variable to avoid using the > Unicode::Collate module. Turning the module off shortens run times by > about 5% (depending on the size of indices in the document). > > Users can use this if they

Customization variable to disable Unicode collation?

2024-01-28 Thread Gavin Smith
Below is a patch to introduce a new variable to avoid using the Unicode::Collate module. Turning the module off shortens run times by about 5% (depending on the size of indices in the document). Users can use this if they don't find texi2any fast enough, if they don't care about having the