Martin Vit wrote: > I'm watching SVN commits and i'm interested in memory-based string field > managment for structures. > What's the main benefits of this changes? Reduced memory consumption, leading to better performance through less cache thrashing. It also helps memory-constrained embedded platforms.