Историја ревизија

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