エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Base64 decoding with SIMD instructions
Introduction Surprisingly good results of base64 encoding with SIMD instructions forced me to che... Introduction Surprisingly good results of base64 encoding with SIMD instructions forced me to check the opposite algorithm, i.e. the decoding. The decoding is slightly more complicated as it has to check the input's validity. A decoder must also consider character '=' at the end of input, but since it's done once, I didn't bother with this in a sample code. 2016-12-18 note: in the initial version
2016/01/25 リンク