SCSS and CSS string could be huge some times >200KB, using `Memory<char>` and `MemoryPool<char>` could reduce allocation on LOH and improve performance. Allowing user to pass `Memory<char>` as parameter and result could help in some scenario.