Skip to content

steshaw/haskell-strings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Articles

Packages

An "ideal" string type

There are (at least) 5 string types in Haskell but not the "ideal" one. It seems it would be nice to have a string with an in-memory UTF-8 representation (probably both strict and lazy versions). It seems I'm not alone.

Could be that utf8-string is that string type. However, this one doesn't have fusion AFAIK. Also, there seems to be the issue of whether to use a pinned ByteString or not (for better GC properties).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published