算是完善 haskell 工业生态的一些新的尝试吧 ( 一些 benchmark: https://z.haskell.world/benchmarks.html
Github: https://github.com/ZHaskell,目前基本可用,持续更新中,欢迎 Star,使用,吐槽
Z-Data
- Array, vector(array slice), sorting, searching
- Text based UTF-8, basic Unicode manipulating, regex
- FFI utilities
- Fast parsing and building monad
- JSON encoding and decoding
Z-IO
- IO resource management, resource pool
- File system operations
- Network: DNS, TCP, UDP and IPC
- Buffered input and output
- Process management
- Environment settings
- High performance logger
- High performance low-resolution timer
Ref