Historique des commits

Auteur SHA1 Message Date
  Ugorji Nwoke 42bc974514 codec: support ZeroCopy for allowing decoded output point into input bytes il y a 5 ans
  Ugorji Nwoke 049e534137 codec: refactor decode to move decArrayCannotExpand to dedicated function il y a 5 ans
  Ugorji Nwoke 02994ffebd codec: rename panicv to halt, and optimize checkoverflow logic il y a 5 ans
  Ugorji Nwoke e81e4324dd codec: rename decNaked to fauxUnion il y a 5 ans
  Ugorji Nwoke b8d6461919 codec: optimize number parsing il y a 5 ans
  Ugorji Nwoke 32ba854a0b codec: uncacheRead only makes sense for json - remove from others il y a 5 ans
  Ugorji Nwoke 3b8306a2a0 codec: add decReader.readn1eof and optimize jsonParseInteger il y a 5 ans
  Ugorji Nwoke f819262d36 codec: faster bitset and skip whitespace il y a 5 ans
  Ugorji Nwoke bbab85ee41 codec: make detachZeroCopyBytes robuts so it works well for bytes and IO paths il y a 5 ans
  Ugorji Nwoke d192c3eb23 codec: optimize iteration of slices/array/chan il y a 5 ans
  Ugorji Nwoke 8f07e3a6b7 codec: minor re-arranging of decRd il y a 5 ans
  Ugorji Nwoke c8e440640c codec: clean up old comments in code il y a 5 ans
  Ugorji Nwoke fbe36f8c79 codec: resolve TODO's il y a 5 ans
  Ugorji Nwoke 2019b5eec8 codec: remove EncodeAsis and optimize access to jsonEncDriver il y a 5 ans
  Ugorji Nwoke 6393644481 codec: move Enc/Decoder into enc/decDriver for better memory arrangement il y a 5 ans
  Ugorji Nwoke fc17d02f6e codec: remove hasElemSeparators and elemsep flags il y a 5 ans
  Ugorji Nwoke 6a7c197aae codec: document Decoder's scratch buffer il y a 5 ans
  Ugorji Nwoke 02c5536133 codec: rename and use decReaderSwitch/encWriterSwitch directly il y a 5 ans
  Ugorji Nwoke 47cabf7243 codec: rename decReaderSwitch to decRd and encWriterSwitch to encWr il y a 5 ans
  Ugorji Nwoke e6bc129461 codec: changes for struct alignment il y a 5 ans
  Ugorji Nwoke 1deb530697 codec: only maintain pools for long-lived objects shared across goroutines il y a 5 ans
  Ugorji Nwoke d51d2e5fca codec: fix and add tests for PreferArrayOverSlice il y a 5 ans
  Ugorji Nwoke 9577d195b1 codec: add optimized versions of copy AND bytes array<-->slice conversion il y a 5 ans
  Ugorji Nwoke 258d29cb75 codec: refactor json appendStringAsBytes and use pools for all []byte alloc il y a 5 ans
  Ugorji Nwoke 0eebff5dd3 codec: refactor helper function names to match rvGetXXX and rvSetXXX il y a 5 ans
  Ugorji Nwoke 6fd7dc6ca2 codec: add more optimized unsafe versions of reflect and expand slices in batches il y a 5 ans
  Ugorji Nwoke 7865e43e77 codec: reflect.ValueOf is now rv4i (to allow future optimization) il y a 5 ans
  Ugorji Nwoke 880afd579f codec: helper_(not_)?unsafe.go has generic helper functions il y a 5 ans
  Ugorji Nwoke 882e0bbdfa codec: json: tie decDriver pool usage to Decode Release il y a 5 ans
  Ugorji Nwoke ae051ebe2b codec: optimize reflect mode il y a 5 ans