Ugorji Nwoke
|
42bc974514
codec: support ZeroCopy for allowing decoded output point into input bytes
|
5 years ago |
Ugorji Nwoke
|
c697143e03
codec: py_test.go: fix build calling doTestPythonGenStreams
|
5 years ago |
Ugorji Nwoke
|
084bffbbe8
codec: (minor performance): if d.d.bytes, call into rb directly
|
5 years ago |
Ugorji Nwoke
|
e118e2d506
codec: clean up use of appengine and safe build tags
|
5 years ago |
Ugorji Nwoke
|
ee3368ec20
codec: build.sh: clean up usage to remove x (external) parameter
|
5 years ago |
cclauss
|
6bf4380acc
Use print() function in both Python 2 and Python 3 (#309)
|
5 years ago |
Ugorji Nwoke
|
a1f01ecf3c
codec: optimize (u)int and float parsing
|
5 years ago |
Ugorji Nwoke
|
87e7426fb3
codec: fix 32-bit error due to overflow int
|
5 years ago |
Ugorji Nwoke
|
bed8f2ebe4
codec: growCap: accomodate 32-bit OS
|
5 years ago |
Ugorji Nwoke
|
7d8ec0a2e6
codec: try to have fast readNumber function in decRd
|
5 years ago |
Ugorji Nwoke
|
5880f2f050
codec: number parsing: clean up and streamline
|
5 years ago |
Ugorji Nwoke
|
6e4c7dfc59
codec: test: add tests for decoding integers with exponent in them
|
5 years ago |
Ugorji Nwoke
|
bbfab2b939
codec: clean up code
|
5 years ago |
Ugorji Nwoke
|
88db827849
codec: clean up code
|
5 years ago |
Ugorji Nwoke
|
049e534137
codec: refactor decode to move decArrayCannotExpand to dedicated function
|
5 years ago |
Ugorji Nwoke
|
59541e5369
codec: growCap: streamline code - less thresholds
|
5 years ago |
Ugorji Nwoke
|
041f543ca2
codec: sort-slice: only include bytesIntfSlice (no other xxxIntfSlice generated)
|
5 years ago |
Ugorji Nwoke
|
02994ffebd
codec: rename panicv to halt, and optimize checkoverflow logic
|
5 years ago |
Ugorji Nwoke
|
e81e4324dd
codec: rename decNaked to fauxUnion
|
5 years ago |
Ugorji Nwoke
|
b8d6461919
codec: optimize number parsing
|
5 years ago |
Ugorji Nwoke
|
fe4e1f5e73
codec: use maps for byte descriptor names
|
5 years ago |
Ugorji Nwoke
|
05f72ceb1b
codec: makeMapReflect always takes a size >= 0
|
5 years ago |
Ugorji Nwoke
|
b1c7242bcb
codec: bufioDecReader: streamline readbFill to accomodate eof and panic
|
5 years ago |
Ugorji Nwoke
|
cce4f01546
codec: attempt to use maps for descriptors of bd in cbor, binc. rescinded.
|
5 years ago |
Ugorji Nwoke
|
ad942d8cb5
codec: decDriver doesn't have a Nil() method - remove across board
|
5 years ago |
Ugorji Nwoke
|
32ba854a0b
codec: uncacheRead only makes sense for json - remove from others
|
5 years ago |
Ugorji Nwoke
|
e1056242c1
codec: json: optimize reading escaped string and inline decRd.(un)readn1, encWr.write(n2|qstr)
|
5 years ago |
Ugorji Nwoke
|
3b8306a2a0
codec: add decReader.readn1eof and optimize jsonParseInteger
|
5 years ago |
Ugorji Nwoke
|
f819262d36
codec: faster bitset and skip whitespace
|
5 years ago |
Ugorji Nwoke
|
23ab95ef5d
updating go.mod releases to v1.1.7
|
5 years ago |