According to the telegram chat, Morse code letters can be stored and processed much more efficiently. Sequence of code points representing individual letters may fit in a single u64 or even u32 which are much easier and faster to compare.
TODO: experiment with encoding, compare the results.
According to the telegram chat, Morse code letters can be stored and processed much more efficiently. Sequence of code points representing individual letters may fit in a single
u64or evenu32which are much easier and faster to compare.TODO: experiment with encoding, compare the results.