-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try ShortText or Basement.String instead of Text for strings in Expr #1032
Comments
For reference, there was a slightly related discussion on string interning on discourse |
Is there anyway we could get that archive into our Discourse instance? |
@ocharles: Not that I know of |
Presumably you are repyling to "Is there any automated way we could that archive into our Discourse instance?" which isn't quite what I'm asking. We could certainly manually restore the backup by going through this archive, assuming Discourse gives us a way to manually create posts or something. Maybe not worth doing now though... |
You can find some threads via this Google search: https://www.google.de/search?q=site%3Adiscourse.dhall-lang.org/t/ Then click on the green arrow next to each URL to access the cache. |
Sorry to derail this issue, but maybe we should mention that on Discourse itself. Possibly pinned, though maybe that's not important. |
See https://discourse.dhall-lang.org/t/sorry-i-deleted-the-forum-history/11/6 Let's continue this discussion to Discourse. |
I've tried converting the core data structures in So far I've only seen tiny speedups for normalizing Since many of the libraries that dhall talks to use |
See http://hackage.haskell.org/package/text-short-0.1.2/docs/Data-Text-Short.html#t:ShortText
and http://hackage.haskell.org/package/basement-0.0.10/docs/Basement-String.html#t:String.
Both are UTF8 which could be a benefit.
The text was updated successfully, but these errors were encountered: