This repository was archived by the owner on Sep 20, 2023. It is now read-only.
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Need performance characteristics of operations (e.g. on strings) #164
Open
Description
They're not on the Haddocks, because all the ops were hidden behind a type class. Not sure what a good way of handling this is, but maybe the type classes can say what the expected asymptotics are.
The most important higher order bit of information when it comes to packed representations is whether or not they share buffers internally (e.g., is splitAt an O(1) operation?) Based on code reading, it looks like foundation strings do; that's important to tell users.