Darien Raymond
|
0f324a613e
|
remove MultiBuffer.Release
|
2018-11-17 22:45:07 +01:00 |
|
Darien Raymond
|
27772a75a7
|
refactor MultiBuffer append
|
2018-11-17 09:12:20 +01:00 |
|
Darien Raymond
|
48cac1733f
|
remove NewMultiBufferCap
|
2018-11-16 11:29:16 +01:00 |
|
Darien Raymond
|
a01fdc29a6
|
remove NewMultiBufferValue
|
2018-11-16 11:08:12 +01:00 |
|
Darien Raymond
|
db5259e75b
|
avoid heap allocation for buffer variables
|
2018-11-16 10:30:26 +01:00 |
|
Darien Raymond
|
deebb68597
|
update buf test
|
2018-11-15 22:06:54 +01:00 |
|
Darien Raymond
|
a20262ef20
|
allocate buffer on stack
|
2018-11-15 21:32:27 +01:00 |
|
Darien Raymond
|
a5ed9e00ab
|
revert opt on copy
|
2018-11-15 21:16:54 +01:00 |
|
Darien Raymond
|
6d770d6f30
|
remove unused members
|
2018-11-15 19:59:23 +01:00 |
|
Darien Raymond
|
9bc6a5813e
|
improve performance on copy
|
2018-11-15 19:44:24 +01:00 |
|
Darien Raymond
|
0fd7e9216a
|
fix test break
|
2018-11-15 16:32:38 +01:00 |
|
Darien Raymond
|
ac4f868078
|
introduce go-cmp
|
2018-11-15 10:30:03 +01:00 |
|
Darien Raymond
|
6c7dcc35ab
|
remove buffer.WriteBytes
|
2018-11-14 22:55:20 +01:00 |
|
Darien Raymond
|
ff7e5a7cdb
|
benchmark mux frame
|
2018-11-14 22:11:05 +01:00 |
|
Darien Raymond
|
a14fae4b35
|
fix lint warnings
|
2018-11-13 23:19:58 +01:00 |
|
Darien Raymond
|
f7b96507f9
|
simplify buffer extension
|
2018-11-02 21:34:04 +01:00 |
|
Darien Raymond
|
58e2ed3381
|
remove closure on ReadFullFrom
|
2018-11-02 15:01:33 +01:00 |
|
Darien Raymond
|
e7345f079e
|
comments
|
2018-10-24 15:02:19 +02:00 |
|
Darien Raymond
|
de4072a65a
|
more test cases
|
2018-10-24 13:51:04 +02:00 |
|
Darien Raymond
|
2621305413
|
more test cases
|
2018-10-24 13:16:08 +02:00 |
|
Darien Raymond
|
c8e11595f2
|
update interface test
|
2018-10-24 13:09:07 +02:00 |
|
Darien Raymond
|
c7f847c96e
|
categorize read and write error
|
2018-10-24 12:02:02 +02:00 |
|
Darien Raymond
|
091fa6ad23
|
use new errorgen
|
2018-09-30 23:08:41 +02:00 |
|
Darien Raymond
|
d55fbd7f8d
|
simplify error creation
|
2018-09-30 18:39:53 +02:00 |
|
Darien Raymond
|
cfe7e7843b
|
shortcut the free operation too
|
2018-09-04 09:29:00 +02:00 |
|
Darien Raymond
|
ff0b0b1640
|
GetPool() API
|
2018-09-03 20:57:40 +02:00 |
|
Darien Raymond
|
2f6a0d539d
|
dont write out empty payload
|
2018-09-01 21:19:33 +02:00 |
|
Darien Raymond
|
b3b0649dd6
|
check size in Reset
|
2018-09-01 21:19:15 +02:00 |
|
Darien Raymond
|
834dc4ab7c
|
remove references after content is written
|
2018-08-31 22:56:17 +02:00 |
|
Darien Raymond
|
5c48d03fdf
|
revert rollback to 10.3
|
2018-08-31 15:17:45 +02:00 |
|
Darien Raymond
|
7053293347
|
fix sync issue in buffered writer
|
2018-08-31 15:02:35 +02:00 |
|
Darien Raymond
|
f1374f9caf
|
add !wasm flag for go 1.10
|
2018-08-31 14:23:42 +02:00 |
|
Darien Raymond
|
0067d3c80f
|
temporarily rollback to go 1.10
|
2018-08-31 12:24:49 +02:00 |
|
Darien Raymond
|
0b388280ce
|
simplify writing
|
2018-08-29 16:42:03 +02:00 |
|
Darien Raymond
|
09824b9b1a
|
don't release buffer as it is written
|
2018-08-29 16:35:01 +02:00 |
|
Darien Raymond
|
20f10c78b3
|
add support for wasm
|
2018-08-27 20:56:49 +02:00 |
|
Darien Raymond
|
b4d065610a
|
fix windows reader
|
2018-08-25 23:27:09 +02:00 |
|
Darien Raymond
|
7c9c66601e
|
print error
|
2018-08-25 22:41:36 +02:00 |
|
Darien Raymond
|
5baf839fcf
|
trace readv test
|
2018-08-25 22:23:30 +02:00 |
|
Darien Raymond
|
66a391cafe
|
remove overlapped call
|
2018-08-25 21:40:30 +02:00 |
|
Darien Raymond
|
d12148c0cd
|
try re-enable readv reader on windows
|
2018-08-25 20:54:37 +02:00 |
|
Darien Raymond
|
8899f985ce
|
Revert "enable readv reader on windows"
This reverts commit 4bd1ef0650 .
|
2018-08-25 16:07:51 +02:00 |
|
Darien Raymond
|
4bd1ef0650
|
enable readv reader on windows
|
2018-08-25 12:51:48 +02:00 |
|
Darien Raymond
|
8c841a05fb
|
use readv reader by default
|
2018-08-25 10:41:39 +02:00 |
|
Darien Raymond
|
2ab6da28ba
|
implement readv reader for windows
|
2018-08-18 23:12:22 +02:00 |
|
Darien Raymond
|
2e11653694
|
remove BufferedReader.Direct
|
2018-08-17 20:45:23 +02:00 |
|
Darien Raymond
|
1b39199adf
|
fix test case on arm
|
2018-08-17 16:32:40 +02:00 |
|
Darien Raymond
|
5f8b64c646
|
use SingleReader on low end devices
|
2018-08-17 11:52:55 +02:00 |
|
Darien Raymond
|
2594f7027a
|
remove ToNetBuffers
|
2018-08-17 11:51:59 +02:00 |
|
Darien Raymond
|
950612544b
|
simple write for single buffer
|
2018-08-16 12:40:55 +02:00 |
|