Commit History

Author SHA1 Message Date
  Ugorji Nwoke 88db827849 codec: clean up code 5 years ago
  Ugorji Nwoke c8e440640c codec: clean up old comments in code 5 years ago
  Ugorji Nwoke 2019b5eec8 codec: remove EncodeAsis and optimize access to jsonEncDriver 5 years ago
  Ugorji Nwoke 31766e6012 codec: StringToRaw should only be checked in the Handle 5 years ago
  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 15165ac152 codec: updated GenVersion to 13: removed DecodeString() - use DecodeStringAsBytes 5 years ago
  Ugorji Nwoke 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt 5 years ago
  Ugorji Nwoke 0a3d04cd38 codec: json: try fast-path for decoding floats before defaulting to strconv.ParseFloat 5 years ago
  Ugorji Nwoke 11814adc72 codec: clean up codecgen helper 5 years ago
  Ugorji Nwoke 86ce10f272 codec: misc refactoring, clean up and optimizations 5 years ago
  Ugorji Nwoke 070826dc1c codec: remove "internal" deprecated methods of encDriver and decDriver 5 years ago
  Ugorji Nwoke 95c34d148d codec: clarify and fix EncodeOptions:StringToRaw inconsistencies 5 years ago
  Ugorji Nwoke aa2c01e021 codec: introduce EncodeOptions:StringToRaw flag to control string encoding 5 years ago
  Ugorji Nwoke e105254e6a codec: use single line comments to comment out +build in various files 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 eeb0478a81 codec: if json and the struct field name (or encode name) is ascii and alphanumeric, just write it out 6 years ago
  Ugorji Nwoke adc90d0202 codec: re-factor structs so critical ones try to fill up cache lines 6 years ago
  Ugorji Nwoke 4ad9ed71b1 codec: re-factor and streamline code for publishing standards, consistency and performance 6 years ago
  Ugorji Nwoke 0e0d6e8695 codecgen: export c and m variables so they can be used by generated code 6 years ago
  Ugorji Nwoke bcec826260 codecgen: clean up generated code, and statically determine how to en|decode struct fields 6 years ago
  Ugorji Nwoke 6e9891a451 codec: clean up, improved symbol handling and numeric overflow support 6 years ago
  Ugorji Nwoke 4d084a8659 codec: streamline panic/recover error handling, manage compatibility with codecgen and support structs where fields are encoded as numbers 6 years ago
  Ugorji Nwoke f4a94d420d codec: gen-helper: document Deprecated methods 6 years ago
  Ugorji Nwoke 84cb69a8af codec: multiple clean-ups especially on optimizing extension support and removing TODOs 6 years ago
  Ugorji Nwoke 3ae9bb479b codec: clean ups 6 years ago
  Ugorji Nwoke dd3aa7221b codec: make RtidIfBinc a no-op, as builtins are no longer effectual 6 years ago
  Ugorji Nwoke 5a66da2e74 codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign 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 792f4ab7b3 codec: remove recognized-rtid logic 6 years ago