| ... | ... | @@ -5,10 +5,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**[Ticket(s)](/search?q="BinaryIO"&ticket=on)**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Binary I/O is a critical need in Haskell for many real-world problems. Haskell 98 treats I/O as character-based, and lacks a well-defined mechanism for binary I/O. However, a number of external libraries exist providing various forms of binary I/O.
|
|
|
|
|
|
|
|
|
| ... | ... | @@ -58,6 +54,17 @@ Two forms of binary I/O are considered here: |
|
|
|
- [ ByteStream](http://freearc.narod.ru/), a new high-performance serialisation library, using gzip compression.
|
|
|
|
- A [ new](http://article.gmane.org/gmane.comp.lang.haskell.cafe/10803) optimised binary library
|
|
|
|
|
|
|
|
## Tickets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<table><tr><th>[\#15](https://gitlab.haskell.org//haskell/prime/issues/15)</th>
|
|
|
|
<td>add a binary IO interface</td></tr>
|
|
|
|
<tr><th>[\#16](https://gitlab.haskell.org//haskell/prime/issues/16)</th>
|
|
|
|
<td>Create unicode proposal</td></tr></table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Todo
|
|
|
|
|
|
|
|
|
| ... | ... | |