From ba690c2507e819e7a8fef7c7c8b3d9650ae3d6ab Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Thu, 7 Aug 2014 13:58:49 -0400 Subject: [PATCH] lib/string_exp/utf8_no_index: Updated README Signed-off-by: Lucas Bajolet --- lib/string_experimentations/README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/string_experimentations/README b/lib/string_experimentations/README index fa09366..aec087f 100644 --- a/lib/string_experimentations/README +++ b/lib/string_experimentations/README @@ -4,6 +4,7 @@ This is only temporary as these modules will eventually be merged into standard The modules contained here are : * utf8: A draft of implementation of UTF-8 as internal encoding for Strings with automatic indexing. + * utf8_no_index: Another draft of implementation of UTF-8, this time without indexing. TODO : @@ -14,4 +15,8 @@ TODO : * Locale support * Comparisons * to_upper/lower fully-compatible with Unicode - * Lazy indexing version + + * utf8_no_index: + * Add cache for the last indexed character + * Two-way iteration + * Intelligent indexed access (calculating the nearest point of insertion, i.e. begin, end, or cache) -- 1.7.9.5