Merge: UTF-8 Strings without index
authorJean Privat <jean@pryen.org>
Wed, 13 Aug 2014 13:47:16 +0000 (09:47 -0400)
committerJean Privat <jean@pryen.org>
Wed, 13 Aug 2014 13:47:16 +0000 (09:47 -0400)
commitf935c5f2a471632aa7ab22c808215907b1248544
treea35ec868b43525388e4a49fd2dfb3022daefb826
parent6b885686ac24247a420e4e89b8acbfe5bc003679
parentba690c2507e819e7a8fef7c7c8b3d9650ae3d6ab
Merge: UTF-8 Strings without index

Another WIP version of UTF-8 Strings, without indexing this time.

This is more likely to become the final implementation, depending on the performance of it. I'll add benches for the versions of UTF-8 to examine their impact and decide a bit later.

This implementation being less rigid than the other, more of the API is supported, still, more work needs to be done.

Pull-Request: #655
Reviewed-by: Jean Privat <jean@pryen.org>