RSSAmplifier

Artem Krylysov · Oct 6, 2014

Производительность С++ STL regex

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Столкнулся недавно с простой задачей - нужно было найти позицию открывающегося тега <body> в HTML странице. Не долго думая я решил использовать регулярные выражения, через минуту у меня родился регексп <body[^>]*> . Все работало хорошо, пока дело не дошло до тестирования на больших объемах данных. Я решил создать тестовое приложение, дабы замерить скорость работы regex_search : #include <regex>…

Read on artem.krylysov.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.

    Reading · Artem Krylysov · RSS Amplifier