Marek Gagolewski

Results 118 comments of Marek Gagolewski

Okay, nice, I'll be happy to take a look at the prototype I see that stringfish uses PCRE. To be a bit fairer, I think you should be comparing the...

So the most significant speed-up gain would be due to not using the R's CHARSXP cache? (for the 1-threaded version) Another question: is your ALTREP-based stringfish framework compatible with read/saveRDS?

Thanks for the working prototype. I will get back to you some time later this year when I hope I will be able to come up with a prototype of...

1. DONE -> stri_charcategories(), commit 0444a41ecac672eb36ceee4fec4a4036c5fe62f7

@hadley's comment in #236 > For teaching/debugging, it would be useful to have helpers to: > List all the members of a unicode class > List the properties of a...

I don't get it (?) Could you provide an illustration for that?

[INTERNAL] This is somehow linked with #127 (`stri_sub `stri_replace`, `stri_sub` -> `stri_extract`)

some code to play with: ``` Rscript -e ' x

- [x] #110 introduce `stri_opts_fixed`. - [x] #111 allows opts to be passed via `...` - [x] These functions will have to silently ignore unknown opts. here we'll need a...

Yes, this is mentioned in the documentation of `help("options")`... > `OutDec:` character string containing a single character. The preferred character to be used as the decimal point in output conversions,...