Files
Nim/lib/pure
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-01-06 15:26:33 +01:00
2014-08-27 23:42:51 +02:00
2015-02-17 02:22:30 +01:00
2015-03-11 12:31:24 +01:00
2015-02-17 02:22:30 +01:00
2015-01-06 15:26:33 +01:00
2015-02-17 02:22:30 +01:00
2014-09-13 15:35:09 +01:00
2015-02-15 16:20:32 +00:00
2015-02-15 16:20:32 +00:00
2015-02-17 02:22:30 +01:00
2014-09-10 23:25:29 +02:00
2015-02-15 16:20:32 +00:00
2014-09-12 01:37:48 +02:00
2015-02-15 16:20:32 +00:00
2014-08-27 23:42:51 +02:00
2015-02-15 16:20:32 +00:00
2015-02-17 02:22:30 +01:00
2015-02-17 02:22:30 +01:00
2015-03-17 17:50:32 +01:00
2014-08-31 15:15:26 +02:00
2015-03-17 17:50:32 +01:00
2015-02-15 16:06:06 +00:00
2015-02-24 16:36:37 +01:00
2015-03-17 17:50:32 +01:00
2015-01-06 15:26:33 +01:00
2015-03-12 16:10:42 +01:00
2015-01-06 15:26:33 +01:00
2014-08-27 23:42:51 +02:00
2014-08-27 23:42:51 +02:00
2014-08-27 23:42:51 +02:00
2014-11-02 17:08:35 -05:00
2015-02-17 02:22:30 +01:00
2015-02-15 16:06:06 +00:00
2014-08-31 15:25:54 +02:00
2015-02-15 16:20:32 +00:00
2014-08-28 02:21:49 +02:00
2015-01-06 15:26:33 +01:00
2015-02-15 16:20:32 +00:00
2015-03-08 14:50:39 +01:00
2015-03-07 15:43:35 +01:00
2015-01-28 02:31:26 +01:00
2015-02-27 20:46:05 +01:00
2015-01-06 15:26:33 +01:00
2014-08-27 23:42:51 +02:00
2015-02-15 16:20:32 +00:00
2014-12-26 16:37:32 +00:00
2015-02-03 09:04:24 +01:00
2015-02-17 02:22:30 +01:00
2014-08-28 09:50:51 +02:00
2015-03-03 21:25:28 +01:00
2015-03-17 17:50:32 +01:00
2014-09-18 09:59:11 +02:00
2015-02-15 16:06:06 +00:00
2015-03-17 17:50:32 +01:00