Marek Gagolewski

Results 118 comments of Marek Gagolewski

If this is only about searching for fixed patterns, possibly a Trie-like data structure could do the trick, especially if the number of patterns was large. Matching of whole words...

I mean, I kind of like the idea of these functions, generally.

Yep, feel free to contribute within stringi :) BTW, there's a whole bunch of un-implemented features; see, e.g., the whole ICU Message/Number Format system etc. I'd like to see that...

As far as I remember, ICU is quite tolerant with regards to what it accepts as a valid locale id and tries hard to fall back to something closely approximating...

So the above would be an instance of `U_USING_FALLBACK_WARNING` or `U_USING_DEFAULT_WARNING` https://unicode-org.github.io/icu/userguide/locale/resources.html

Setting: ``` CXX1X = sunCC -std=c++11 CXX1XFLAGS = -xO5 -xlibmil -nofstore -features=tmplrefstatic $(LTO) CXX1XPICFLAGS = -Kpic CXX1XSTD = ``` gives: ``` sunCC -std=c++11 -G -G -L/opt/solarisstudio12.4/lib -L/opt/csw/lib -o stringi.so stri_brkiter.o...

I have no idea how to get rid of the `symbol _ZTVN10__cxxabiv117__class_type_infoE: referenced symbol not found` error on Solaris :( Literally tried everything (I came up with)

may be. but the same for the other *charclass funs?