CrazyString explanation Video
I took some time to explain the concepts behind the CrazyString, a string data structure with small strings optimization and code point indexing
Give me thumbs up if you would be interested in more videos.
https://youtu.be/31Ka0bUTo2U
Maxim Zaks
YouTube
🔥 Introduction to CrazyString
In this video I describe the concepts behind CrazyString. A String data structure which utilises small string optimisation and efficient code point indexing.
The implementation can be found here:
https://gist.github.com/mzaks/78f7d38f63fb234dadb1dae11f2ee3ae
0 Replies