Skip to content

Instantly share code, notes, and snippets.

@gwtnb

gwtnb/re2.md Secret

Last active December 19, 2015 12:29
Show Gist options
  • Select an option

  • Save gwtnb/7e813cf1d18358a869fd to your computer and use it in GitHub Desktop.

Select an option

Save gwtnb/7e813cf1d18358a869fd to your computer and use it in GitHub Desktop.

re2 への依存について

PCREか鬼車での代替を検討。いずれもUTF-8に対応しており、locale に影響されず、CentOSでもUbuntuでも(おそらくRHELでも)パッケージで導入できる。

懸念点

PCRE はビルドオプションによってはUTF-8が使えない。鬼車はビルドの仕方によってはスレッドセーフでない。

常識的なLinuxディストリビューションのパッケージならUTF-8が有効でスレッドセーフなものを配布すると思われるが、野良ビルドされると……

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment