Skip to content
Prev 38937 / 63424 Next

match function causing bad performance when using tablefunction on factors with multibyte characters on Windows

Matthew Dowle wrote:

            
[...]
Changing the locale to an ISO 8859-1 locale, i.e.:

export LC_ALL="en_US.ISO-8859-1"
export LANG="en_US.ISO-8859-1"

I could *not* reproduce it; that is, ?table? is as fast on the non-ASCII 
factor as it is on the ASCII factor.