13 citations · 13 across the 1 of their papers we have counts for
Showing cs.DCShow all
2 papers · 1 filter
cs.DC2021
Transcoding Billions of Unicode Characters per Second with SIMD Instructions
Daniel Lemire, Wojciech Muła
In software, text is often represented using Unicode formats (UTF-8 and UTF-16). We frequently have to convert text from one format to the other, a process called transcoding. Popu…
cs.DC2019★ 13 cited
Base64 encoding and decoding at almost the speed of a memory copy
Wojciech Muła, Daniel Lemire
Many common document formats on the Internet are text-only such as email (MIME) and the Web (HTML, JavaScript, JSON and XML). To include images or executable code in these document…