2010/5/14 Sylvain Le Gall <sylvain@le-gall.net>
I have just compared libcamomile-ocaml-data and locales-all packages.
The two packages contain almost the same thing:
http://packages.debian.org/sid/libcamomile-ocaml-data
http://packages.debian.org/sid/locales-all


Character mapping tables are same to that of libc, but locale data of Camomile are derived from IBM ICU.  Moreover, Camomile's data are not updated several years.  So, I'm not sure that this is a fair comparison.
 
Now, a question/suggestion/feature: is it possible to store .mar file
as .mar.gz? This would help to reduce occupation by a factor of 5...


I guess it is possible through camlzip library.  But storage is cheap.   Increasing dependency and complexity to just save several mega bytes is not an attractive idea for me.  Rather, I'm interested succinct data structures (data structures with information theoretically optimal space usage).  In this way, we can save not only disk space but memory as well, and perhaps gain performance improvement as well.

Regards,
--
Yoriyuki Yamagata
yoriyuki.y@gmail.com