External Publication
Visit Post

Changing the `Binary` instance for `Double` and `Float`

Haskell Community [Unofficial] March 7, 2026
Source
elaforge: > Is there a relevant distinction between deserialization and parsing? Yeah, if your language does not have to be human readable then you can trivially make it LL(1) (by adding tags to all branches). That means you can have a very simple and efficient O(n) parsing algorithm. For example the one developed by Swierstra and Duponcheel in 1996: * https://www.cs.tufts.edu/~nr/cs257/archive/doaitse-swierstra/LL1.pdf

Discussion in the ATmosphere

Loading comments...