Historique des commits

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