Files
Nim/lib
def 07a50caf64 Make asyncnet usable when avoiding allocations.
- readInto, readIntoBuf,  are templates instead of procs now

- New recvLineInto template that reads directly into a string instead of
  creating a new one. Used by recvLine proc now

- Need fd and bufLen fields of AsyncSocketDesc exported because of the
  templates

- recv returns a shallow string to prevent copying

- This gives significant speedups, mostly by using templates instead of
  creating new Futures and waiting for them all the time.
2015-03-17 19:39:02 +01:00
..
2015-03-17 17:50:32 +01:00
2015-02-20 19:30:12 +01:00
2015-02-24 16:52:01 +01:00
2015-03-12 12:48:28 +01:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:50:51 +02:00
2014-08-28 09:59:26 +02:00
2015-03-17 17:50:32 +01:00