Community string benchmark suite

I often work with large tables (say in the tens of GB) with many string columns, and used to frequently run into situtations where the GC was stressed to a level that made the whole session completely unresponsive.

I posted an example of how the base String compares to ShortStrings (which I was using at the time, this was before InlineStrings were a thing) here, have a look to see if that’s useful:

1 Like