By default the collation in rcouch should be done in full erlang. Adding icu would be then optionnal. It could be done using: https://github.com/erlang-unicode/ux Since we only compare keys it should be enough faster. ## Pro: - make the code more portable (fix #19) - allows easy live upgrade (something not really handled by nifs) - completely handled by the erlang scheduler. ## Cons - could be a little slower.
By default the collation in rcouch should be done in full erlang. Adding icu would be then optionnal.
It could be done using:
https://github.com/erlang-unicode/ux
Since we only compare keys it should be enough faster.
Pro:
Cons