Commit Verlauf

Autor SHA1 Nachricht Datum
  Ugorji Nwoke e81e4324dd codec: rename decNaked to fauxUnion vor 5 Jahren
  Ugorji Nwoke d192c3eb23 codec: optimize iteration of slices/array/chan vor 5 Jahren
  Ugorji Nwoke c8e440640c codec: clean up old comments in code vor 5 Jahren
  Ugorji Nwoke 2019b5eec8 codec: remove EncodeAsis and optimize access to jsonEncDriver vor 5 Jahren
  Ugorji Nwoke 8ee173dc4f codec: optimize getting slice from an array vor 5 Jahren
  Ugorji Nwoke d51d2e5fca codec: fix and add tests for PreferArrayOverSlice vor 5 Jahren
  Ugorji Nwoke 9577d195b1 codec: add optimized versions of copy AND bytes array<-->slice conversion vor 5 Jahren
  Ugorji Nwoke 0eebff5dd3 codec: refactor helper function names to match rvGetXXX and rvSetXXX vor 5 Jahren
  Ugorji Nwoke 6fd7dc6ca2 codec: add more optimized unsafe versions of reflect and expand slices in batches vor 5 Jahren
  Ugorji Nwoke 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) vor 5 Jahren
  Ugorji Nwoke 880afd579f codec: helper_(not_)?unsafe.go has generic helper functions vor 5 Jahren
  Ugorji Nwoke ae051ebe2b codec: optimize reflect mode vor 5 Jahren
  Ugorji Nwoke 247404d1fa codec: StringToRaw should not be checked during function selection vor 5 Jahren
  Ugorji Nwoke ffda9d4fba codec: streamline nil decoding: nil means zero value consistently vor 5 Jahren
  Ugorji Nwoke a2a200a106 codec: streamline encoding of nil values vor 5 Jahren
  Ugorji Nwoke 19cb75f56d codec: added mapSet and mapDelete helpers (safe/unsafe variants) vor 5 Jahren
  Ugorji Nwoke 8dd026d40b codec: check Handle.StringToRaw before assigning encoder function vor 5 Jahren
  Ugorji Nwoke f3e5d18b86 codec: optimize reflect.{IsNil, SetLen} when using unsafe vor 5 Jahren
  Ugorji Nwoke f5cdbb5f50 codec: streamline unsafe (and safe) map range implementation vor 5 Jahren
  Ugorji Nwoke 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() vor 5 Jahren
  Ugorji Nwoke 0a3d04cd38 codec: json: try fast-path for decoding floats before defaulting to strconv.ParseFloat vor 5 Jahren
  Ugorji Nwoke 86ce10f272 codec: misc refactoring, clean up and optimizations vor 5 Jahren
  Ugorji Nwoke 95c34d148d codec: clarify and fix EncodeOptions:StringToRaw inconsistencies vor 5 Jahren
  Ugorji Nwoke 23876e7a59 codec: do not pool decNaked anymore - make it smaller and part of Decoder vor 5 Jahren
  Ugorji Nwoke 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead vor 5 Jahren
  Ugorji Nwoke 16061014c5 codec: document concurrency guarantees and fix analyze script warnings vor 5 Jahren
  Ugorji Nwoke 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns vor 5 Jahren
  Ugorji Nwoke ee2199668c codec: rpc: use lock free mechanisms to track the close status. vor 5 Jahren
  Ugorji Nwoke 9831f2c3ac codec: remove double-indirection and fix race in Copy-On-Write during TypeInfo lookup vor 6 Jahren
  Ugorji Nwoke d41456c8f4 codec: refactor codecgen, optimize isEmptyValue and cache more static type info vor 6 Jahren