You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2008/08/28 06:33:20 UTC

[Couchdb Wiki] Update of "OpenItems" by LinkUpdater

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by LinkUpdater:
http://wiki.apache.org/couchdb/OpenItems

------------------------------------------------------------------------------
  
  == Collation Optimizations ==
  
- Right now CouchDB uses the [http://www-306.ibm.com/software/globalization/icu/index.jsp ICU library] from IBM for collation support. CouchDB currently uses a rather slow method of interfacing with the library, which is to copy the UTF8 string lists to binary buffers and then provide the buffers to ICU to do the comparison. More optimized methods of interfacing with ICU could be used, or just do the collation in native erlang using generated code to create the collation tables.
+ Right now CouchDB uses the [http://www.icu-project.org/ ICU library] from IBM for collation support. CouchDB currently uses a rather slow method of interfacing with the library, which is to copy the UTF8 string lists to binary buffers and then provide the buffers to ICU to do the comparison. More optimized methods of interfacing with ICU could be used, or just do the collation in native erlang using generated code to create the collation tables.