Changes between Version 1 and Version 2 of Ticket #1113
- Timestamp:
- 03/10/07 11:31:14 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1113
- Property cc Bulat.Ziganshin@… added
-
Ticket #1113 – description
v1 v2 1 Existing ghc i/o library is hard to extend, closely coupled with ghc rts, can't be ported to other haskell compilers. it will be great to detach new i/o library, based on code of current ghc i/o, streams, fps, filepath and other libs. ideas include:1 Existing ghc i/o library is hard to extend, closely coupled with ghc rts, can't be ported to other haskell compilers. it will be great to detach new i/o library, based on code of current ghc i/o, streams, SSC, network-alt, fps, filepath and other libs. ideas include: 2 2 3 3 * ghc rts independent i/o lib … … 9 9 * support for large files (>4gb) on windows 10 10 * bytestring i/o 11 * interfacing to/incorporation of Streams library11 * interfacing to/incorporation of Streams and network-alt libraries 12 12 13 14 i (Bulat) may serve as a mentor of this project although i will need some help from Unix-native people and probably FPS team. more info at 13 of course, we also need to include all the numerous features of existion ghc i/o library. i (Bulat) may serve as a mentor for this project although i will need some help from Unix-native people, networking gurus and probably FPS team. more info at 15 14 16 15 * http://www.cse.unsw.edu.au/~dons/fps.html 17 16 * http://haskell.org/haskellwiki/Library/Streams 17 * http://yogimo.sakura.ne.jp/ssc/ 18 * http://www.cs.helsinki.fi/u/ekarttun/network-alt/
