Fast Conversion From UTF-8 with C++ - DFAs - and SSE Intrinsics

Fast Conversion From UTF-8 with C++ - DFAs - and SSE Intrinsics

CppNow via YouTube Direct link

Introduction

1 of 27

1 of 27

Introduction

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Fast Conversion From UTF-8 with C++ - DFAs - and SSE Intrinsics

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Introduction
  2. 2 Overview
  3. 3 Code Units
  4. 4 Encoding
  5. 5 Code Point
  6. 6 Character Sets
  7. 7 Universal Character Set
  8. 8 Unicode
  9. 9 bits
  10. 10 valid sequences
  11. 11 overlong sequences
  12. 12 boundary conditions
  13. 13 How does my converter work
  14. 14 Assumptions
  15. 15 Static Member Functions
  16. 16 States
  17. 17 Data Structures
  18. 18 Arrays
  19. 19 Basic Conversion
  20. 20 Benchmarks
  21. 21 ASCII Optimization
  22. 22 How does this work
  23. 23 Counting trailing zeros
  24. 24 DFA cycle
  25. 25 Input data
  26. 26 Libraries
  27. 27 Timings

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.