Christophe Weblog Wiki Code Publications Music
much better `squeeze-unhex-and-decode-utf8-string'
authorChristophe Rhodes <csr21@cantab.net>
Sat, 25 Oct 2014 21:28:33 +0000 (22:28 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Sat, 25 Oct 2014 21:28:33 +0000 (22:28 +0100)
commit0e4ee58cdc46656c8ffaa2e9e0b642c88036b980
treee80fa3fb64b13563e06a91632e9fcdbc3dab01e8
parent35375c87ec7345b3005cb5e70a86ea03e9414695
much better `squeeze-unhex-and-decode-utf8-string'

It turns out that `url-unhex-string' uses the multiple-concat strategy
that I just removed from `squeeze-update-state', which ends up scaling
quadratically in the size of the input.  This is bad, particularly
when we are working (as I am) with large output string such as
resulting from an albums query.
squeeze.el