提交歷史

作者 SHA1 備註 提交日期
  Ugorji Nwoke 42bc974514 codec: support ZeroCopy for allowing decoded output point into input bytes 4 年之前
  Ugorji Nwoke 084bffbbe8 codec: (minor performance): if d.d.bytes, call into rb directly 4 年之前
  Ugorji Nwoke e81e4324dd codec: rename decNaked to fauxUnion 5 年之前
  Ugorji Nwoke b8d6461919 codec: optimize number parsing 5 年之前
  Ugorji Nwoke fe4e1f5e73 codec: use maps for byte descriptor names 5 年之前
  Ugorji Nwoke cce4f01546 codec: attempt to use maps for descriptors of bd in cbor, binc. rescinded. 5 年之前
  Ugorji Nwoke ad942d8cb5 codec: decDriver doesn't have a Nil() method - remove across board 5 年之前
  Ugorji Nwoke 32ba854a0b codec: uncacheRead only makes sense for json - remove from others 5 年之前
  Ugorji Nwoke c8e440640c codec: clean up old comments in code 5 年之前
  Ugorji Nwoke 2019b5eec8 codec: remove EncodeAsis and optimize access to jsonEncDriver 5 年之前
  Ugorji Nwoke 31766e6012 codec: StringToRaw should only be checked in the Handle 5 年之前
  Ugorji Nwoke efbb381fb0 codec: cache aligned en|decDrivers for different formats. 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 47cabf7243 codec: rename decReaderSwitch to decRd and encWriterSwitch to encWr 5 年之前
  Ugorji Nwoke 8c78ba40d8 codec: move references to SetXXXExt from format handler files 5 年之前
  Ugorji Nwoke ffda9d4fba codec: streamline nil decoding: nil means zero value consistently 5 年之前
  Ugorji Nwoke 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 5 年之前
  Ugorji Nwoke 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() 5 年之前
  Ugorji Nwoke a2c9fa2507 codec: fix cbor handling of "SkipUnexpectedTags" and add test to validate 5 年之前
  Ugorji Nwoke b7b8e1c6cc codec: cbor: support SkipUnexpectedTags flag and optimize descriptor validation 5 年之前
  Ugorji Nwoke 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt 5 年之前
  Ugorji Nwoke e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) 5 年之前
  Ugorji Nwoke 449ecf999a codec: support for extension types which fully delegate encoding/decoding to library 5 年之前
  Ugorji Nwoke 86ce10f272 codec: misc refactoring, clean up and optimizations 5 年之前
  Ugorji Nwoke 070826dc1c codec: remove "internal" deprecated methods of encDriver and decDriver 5 年之前
  Ugorji Nwoke 967be11608 codec: false-sharing and cache-line optimizations 5 年之前
  Ugorji Nwoke a70535d849 codec: generalize DecodeOptions:RawToString flag (for all encodings) 5 年之前
  Ugorji Nwoke 23876e7a59 codec: do not pool decNaked anymore - make it smaller and part of Decoder 5 年之前
  Ugorji Nwoke 6c173b2436 codec: use uint indices for array element and slicing to eliminate the x >= 0 bounds check, and more inlining 5 年之前