Commit History

Author SHA1 Message Date
  Ugorji Nwoke 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) 5 years ago
  Ugorji Nwoke ffda9d4fba codec: streamline nil decoding: nil means zero value consistently 5 years ago
  Ugorji Nwoke e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) 5 years ago
  Ugorji Nwoke 86ce10f272 codec: misc refactoring, clean up and optimizations 5 years ago
  Ugorji Nwoke a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 5 years ago
  Ugorji Nwoke 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns 5 years ago
  Ugorji Nwoke 69968d74ae codec: update generated files (per recent changes to the generators) 6 years ago
  Ugorji Nwoke 5a66da2e74 codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign 6 years ago
  Ugorji Nwoke 8d1c907055 codec: test: mammoth: expand coverage to include many more variations 6 years ago
  Ugorji Nwoke 427fecfaa5 codec: update comment in generated code per accepted proposal: https://golang.org/s/generatedcode 6 years ago
  Ugorji Nwoke 5ef60f8ad9 codec: faster unsafe variants of reflect.Value.SetXXX and update msgpack and rpc implementations, and add tests 6 years ago
  Ugorji Nwoke 16373bd701 codec: test: add tests for symbols, and nil or 0-length fast-path slices and maps 6 years ago
  Ugorji Nwoke 384bdbdfc1 codec: streamline fast-path support, ensure symetry for types implementing known interfaces, and expand tests 6 years ago
  Ugorji Nwoke a9859e3096 codec: handle nil keys as valid, support MapKeyAsString in json, and indefinite lengths for string/[]byte 6 years ago
  Ugorji Nwoke 54210f4e07 codec: major update with MAJOR PERFORMANCE improvements 6 years ago