Skip to content

Commit

Permalink
remark
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Jan 19, 2018
1 parent 6a1c64d commit 9bb060a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@

## Story

We are investigating the possibility of SIMD-accelerated base64 codecs.
We are investigating the possibility of SIMD-accelerated base64 codecs.

* Wojciech Muła, Daniel Lemire, Faster Base64 Encoding and Decoding Using AVX2 Instructions, ACM Transactions on the Web (to appear) https://arxiv.org/abs/1704.00605

Our AVX2 decoder does not use floating-point numbers or multiplications, so it is not subject to potential turbo frequency throttling on many-core processors.

## Sample usage


Expand Down

0 comments on commit 9bb060a

Please sign in to comment.