Ugorji Nwoke
|
d41456c8f4
codec: refactor codecgen, optimize isEmptyValue and cache more static type info
|
6 سال پیش |
Ugorji Nwoke
|
ae82d72256
codec: support IsZero and reflect.Type.Comparable for efficient comparison of structs to zero value
|
7 سال پیش |
Ugorji Nwoke
|
4d084a8659
codec: streamline panic/recover error handling, manage compatibility with codecgen and support structs where fields are encoded as numbers
|
7 سال پیش |
Ugorji Nwoke
|
3ae9bb479b
codec: clean ups
|
7 سال پیش |
Ugorji Nwoke
|
679a71d0bd
codec: treat time.Time{} as the zero value for time.Time.
|
7 سال پیش |
Ugorji Nwoke
|
5a66da2e74
codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign
|
7 سال پیش |
Ugorji Nwoke
|
3d21d421d8
codec: simplify how we store whether type implements an interface
|
7 سال پیش |
Ugorji Nwoke
|
54210f4e07
codec: major update with MAJOR PERFORMANCE improvements
|
7 سال پیش |
Ugorji Nwoke
|
74c6a81d3a
codec: support recursive (deep) omitEmpty check
|
8 سال پیش |
Ugorji Nwoke
|
45ce7596ac
codec: support max initial collection length; json fixes; improve perf & reduce alloc drastically
|
9 سال پیش |
Ugorji Nwoke
|
5f1004d393
codec: update files to say MIT (not BSD-style) LICENSE, in line with the bundled license.
|
9 سال پیش |
Ugorji Nwoke
|
66dd47f2e8
codec: do not dereference pointers/interfaces for omitempty support.
|
9 سال پیش |
Ugorji Nwoke
|
006e153430
major update: support code generation, dramatically improve runtime introspection performance, bug fixes, etc.
|
10 سال پیش |
Ugorji Nwoke
|
85bf1b96b0
codec: removed debugf function. It is not used.
|
10 سال پیش |
Ugorji Nwoke
|
7a1f1559df
codec: fix halfFloatToFloatBits for errant (m << 31) which should have been (m << 13)
|
10 سال پیش |
Ugorji Nwoke
|
8c25fe5190
codec: fix implementation of half float to use uint32.
|
10 سال پیش |
Ugorji Nwoke
|
3b043e51d7
codec: support cbor format; improve extension and streaming support.
|
10 سال پیش |
Ugorji Nwoke
|
1c5876990e
General refactoring, improve simple codec, improve tests and benchmarks.
|
10 سال پیش |
Ugorji Nwoke
|
cdeae7b766
codec: Fixes and clarifications for binc and rpc, in prep for c library.
|
11 سال پیش |
Ugorji Nwoke
|
c61e5837a8
codec: Robust Msgpack Spec RPC, Support for Go 1.2 Binary(M/Unm)arshaler, Major refactoring.
|
11 سال پیش |
Ugorji Nwoke
|
9966a02b69
Updated README to refer to binc/msgpack, gofmt'ed sources, and updated to v0.3.0 of binc spec
|
11 سال پیش |
Ugorji Nwoke
|
d9a6f6ca1c
Add codec library
|
11 سال پیش |