haskell-capnp icon indicating copy to clipboard operation
haskell-capnp copied to clipboard

Consider switching from the `text` package to `text-utf8` or the like for the high-level api.

Open zenhack opened this issue 3 years ago • 2 comments

...since capnp itself uses utf8 encoding internally. This would likely improve performance.

zenhack avatar Jun 14 '21 00:06 zenhack

Note that text 2.0 makes this change as well; we should just upgrade the package (and then make use of the new encoding).

zenhack avatar Jun 03 '22 23:06 zenhack

I've updated the version bounds so we now support text 2.0. Before closing this though, we should make the Parse implementation for Basics.Text zero-copy.

zenhack avatar Aug 16 '22 08:08 zenhack