Files
node/lib
Yosef Dinerstein d7c96cf289 tls: reduce memory overhead, reuse buffer
Instead of allocating a new 64KB buffer each time when checking if there is
something to transform, continue to use the same buffer. Once the buffer is
exhausted, allocate a new buffer. This solves the problem of huge allocations
when small fragments of data are processed, but will also continue to work
well with big pieces of data.
2012-03-29 17:17:15 +02:00
..
2012-03-19 14:28:39 -07:00
2012-02-18 15:34:57 -08:00
2012-03-07 13:37:39 -08:00
2012-02-18 15:34:57 -08:00
2012-02-18 15:34:57 -08:00
2012-02-27 14:00:18 -08:00
2012-02-22 20:58:24 -08:00
2012-03-29 01:36:46 +02:00
2012-01-09 12:59:28 -08:00
2012-03-03 23:48:57 -08:00
2012-03-29 14:22:37 +02:00