A refined core library for D programming language. Include event / net / tcpstream serialize / radix-tree / timer / container / memory / buffer.


Keywords
library, network
License
Apache-2.0
Install
dub fetch kiss --version 0.4.9

Documentation

Build Status

Kiss library

A refined core library for D programming language.

Modules

  • event ( kqueue / epoll / iocp )
  • net ( TcpListener / TcpStream )
  • serialize
  • radix-tree
  • timer
  • container
  • memory
  • buffer
  • configration
  • logger

Platforms

  • FreeBSD
  • Windows
  • OSX
  • Linux
  • NetBSD
  • OpenBSD

Libraries

  • collie – An asynchronous event-driven network framework written in D.

Frameworks

  • hunt – Hunt is a high-level D Programming Language Web framework that encourages rapid development and clean, pragmatic design. It lets you build high-performance Web applications quickly and easily.

Benchmarks

Benchmark

For details, see here.

TODO

  • Publish v0.4
  • Clean up all the deprecated code
  • Performance improvement
  • Stablize APIs
  • More friendly APIs
  • More examples
  • Use kiss.logger for inner debugging
  • Benchmark test
  • Improving supports on Mac OS