Добавить
Уведомления

Unicode Internals of Perl 6

Samantha McVey (samcv). Unicode Internals of Perl 6 The Perl Conference in Amsterdam 2017 10 August 2017 For those who are curious about the implementation details of Unicode in Perl 6. I go over some of the recent improvements to both standard case sensitive string search, case insensitive string search as well as implementing the Unicode Collation Algorithm. Implementation issues are discussed, in addition the talk will explain: * How are strings stored inside MoarVM? * When and how strings are normalized and what difficulties does this present for the MoarVM codebase? * Recently MoarVM got support of case insensitive regex using foldcase instead of using lowercase semantics. When foldcasing strings, their length can be change. I discuss how this was solved. http://act.perlconference.org/tpc-2017-amsterdam/talk/7097

Иконка канала JavaScript Боты
15 подписчиков
12+
15 просмотров
2 года назад
12+
15 просмотров
2 года назад

Samantha McVey (samcv). Unicode Internals of Perl 6 The Perl Conference in Amsterdam 2017 10 August 2017 For those who are curious about the implementation details of Unicode in Perl 6. I go over some of the recent improvements to both standard case sensitive string search, case insensitive string search as well as implementing the Unicode Collation Algorithm. Implementation issues are discussed, in addition the talk will explain: * How are strings stored inside MoarVM? * When and how strings are normalized and what difficulties does this present for the MoarVM codebase? * Recently MoarVM got support of case insensitive regex using foldcase instead of using lowercase semantics. When foldcasing strings, their length can be change. I discuss how this was solved. http://act.perlconference.org/tpc-2017-amsterdam/talk/7097

, чтобы оставлять комментарии