Commit History

Author SHA1 Message Date
  Ugorji Nwoke f819262d36 codec: faster bitset and skip whitespace 5 years ago
  Ugorji Nwoke d192c3eb23 codec: optimize iteration of slices/array/chan 5 years ago
  Ugorji Nwoke c8e440640c codec: clean up old comments in code 5 years ago
  Ugorji Nwoke fbe36f8c79 codec: resolve TODO's 5 years ago
  Ugorji Nwoke 2019b5eec8 codec: remove EncodeAsis and optimize access to jsonEncDriver 5 years ago
  Ugorji Nwoke 72028106ff codec: mapRange takes a mapIter so it is stack-allocated 5 years ago
  Ugorji Nwoke 31766e6012 codec: StringToRaw should only be checked in the Handle 5 years ago
  Ugorji Nwoke b01f3206d8 codec: map iterator says whether the key/value() method returns valid values 5 years ago
  Ugorji Nwoke 6393644481 codec: move Enc/Decoder into enc/decDriver for better memory arrangement 5 years ago
  Ugorji Nwoke fc17d02f6e codec: remove hasElemSeparators and elemsep flags 5 years ago
  Ugorji Nwoke 62a9b077fa codec: json: jsonEncDriver is one type, not a smartly assembled type 5 years ago
  Ugorji Nwoke 02c5536133 codec: rename and use decReaderSwitch/encWriterSwitch directly 5 years ago
  Ugorji Nwoke 47cabf7243 codec: rename decReaderSwitch to decRd and encWriterSwitch to encWr 5 years ago
  Ugorji Nwoke e6bc129461 codec: changes for struct alignment 5 years ago
  Ugorji Nwoke 20da2f131b codec: unsafe mapRange iterator optimized 5 years ago
  Ugorji Nwoke 1deb530697 codec: only maintain pools for long-lived objects shared across goroutines 5 years ago
  Ugorji Nwoke 9577d195b1 codec: add optimized versions of copy AND bytes array<-->slice conversion 5 years ago
  Ugorji Nwoke 0eebff5dd3 codec: refactor helper function names to match rvGetXXX and rvSetXXX 5 years ago
  Ugorji Nwoke 6fd7dc6ca2 codec: add more optimized unsafe versions of reflect and expand slices in batches 5 years ago
  Ugorji Nwoke 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) 5 years ago
  Ugorji Nwoke 880afd579f codec: helper_(not_)?unsafe.go has generic helper functions 5 years ago
  Ugorji Nwoke eee1bf808f codec: json: use sync.pool for decoding buffers and optimize DecodeBytes 5 years ago
  Ugorji Nwoke ae051ebe2b codec: optimize reflect mode 5 years ago
  Ugorji Nwoke 247404d1fa codec: StringToRaw should not be checked during function selection 5 years ago
  Ugorji Nwoke c1211ebcc5 codec: fix canonical encoding with time.Time keys 5 years ago
  Ugorji Nwoke ffda9d4fba codec: streamline nil decoding: nil means zero value consistently 5 years ago
  Ugorji Nwoke a2a200a106 codec: streamline encoding of nil values 5 years ago
  Ugorji Nwoke c28b8c1a13 codec: nit: clean up code (remove comments, break into multiple lines) 5 years ago
  Ugorji Nwoke 19cb75f56d codec: added mapSet and mapDelete helpers (safe/unsafe variants) 5 years ago
  Ugorji Nwoke a052c0a76c codec: separate reader.go/writer.go from decode.go/encode.go 5 years ago