Thinking about how it'd be possible to compress strings in the FreeBSD kernel.
Uncategorized
1
Posts
1
Posters
0
Views
-
Thinking about how it'd be possible to compress strings in the FreeBSD kernel. There are lots of strings that are rarely used, and also, they would compress very well. They are usually ASCII and have lots of similarities (e.g. starting with "%s :", or all the printf format specifications).
The difficulty is how to make it happen and have the decompression happen transparently with minimal overhead and impact.
-
undefined stefano@mastodon.bsd.cafe shared this topic on